Html Css Color HEX #B5CFBC Surf

📋 copy color: '#B5CFBC'

red 181 ◦ green 207 ◦ blue 188

#B5CFBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf #B5CFBC

Tints of Surf #B5CFBC

RGB

 RED value IS 181 (71.09% from 255) = 31.42%

 GREEN value IS 207 (81.25% from 255) = 35.94%

 BLUE value IS 188 (73.83% from 255) = 32.64%

R = 31.42%
G = 35.94%
B = 32.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5CFBC (or 0xB5CFBC) is known color: Surf. HEX triplet: B5, CF and BC. RGB value is (181,207,188). Sum of RGB (Red+Green+Blue) = 181+207+188=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBC is #4A3043. Grayscale: #C5C5C5. Windows color (decimal): -4862020 or 12373941. OLE color: 12373941.

HSL color Cylindrical-coordinate representation of color #B5CFBC: hue angle of 136.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFBC is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 188 -
CMYK 0.13 0 0.09 0.19
HSL 136.15º 0.21% 0.76% -
HSV(B) 136.15º 0.13% 0.81% -
XYZ 50.45 58.08 56.13 -
YUV 197.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 181 207 188 0.13 0 0.09 0.19 136.15 0.21 0.76
Hex B5 CF BC D 0 9 13 88 15 4C
Octal 265 317 274 15 0 11 23 210 25 114
Binary 10110101 11001111 10111100 1101 0 1001 10011 10001000 10101 1001100

Color Harmonies of #B5CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFBC

Black with #B5CFBC

Text Example


Text Example

White with #B5CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFBC; }

 p { color: rgb(181,207,188); }

 H1.HeaderClassName
 {
   color: #B5CFBC;
 }
 .AnyTagClassName
 {
   color: #B5CFBC;
 }
</style>

background-color css

<style>
 a { background-color: #B5CFBC; }

 a { background-color: rgb(181,207,188); }

 div.DivClassName
 {
   background-color: #B5CFBC;
 }
 .BgClassName
 {
   background-color: #B5CFBC;
 }
</style>

border-color css

<style>
 span { border-color: #B5CFBC; }

 span { border-color: rgb(181,207,188); }

 td.TdClassName
 {
   border-color: #B5CFBC;
 }
 .TagClassName
 {
   border-color: #B5CFBC;
 }
</style>