Html Css Color HEX #BBD6BE Surf

📋 copy color: '#BBD6BE'

red 187 ◦ green 214 ◦ blue 190

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

Shades of Surf #BBD6BE

Tints of Surf #BBD6BE

RGB

 RED value IS 187 (73.44% from 255) = 31.64%

 GREEN value IS 214 (83.98% from 255) = 36.21%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 31.64%
G = 36.21%
B = 32.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#BBD6BE (or 0xBBD6BE) is known color: Surf. HEX triplet: BB, D6 and BE. RGB value is (187,214,190). Sum of RGB (Red+Green+Blue) = 187+214+190=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6BE is #442941. Grayscale: #CBCBCB. Windows color (decimal): -4467010 or 12506811. OLE color: 12506811.

HSL color Cylindrical-coordinate representation of color #BBD6BE: hue angle of 126.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6BE is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 190 -
CMYK 0.13 0 0.11 0.16
HSL 126.67º 0.25% 0.79% -
HSV(B) 126.67º 0.13% 0.84% -
XYZ 53.83 62.38 57.92 -
YUV 203.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 187 214 190 0.13 0 0.11 0.16 126.67 0.25 0.79
Hex BB D6 BE D 0 B 10 7F 19 4F
Octal 273 326 276 15 0 13 20 177 31 117
Binary 10111011 11010110 10111110 1101 0 1011 10000 1111111 11001 1001111

Color Harmonies of #BBD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6BE

Black with #BBD6BE

Text Example


Text Example

White with #BBD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6BE; }

 p { color: rgb(187,214,190); }

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

background-color css

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

 a { background-color: rgb(187,214,190); }

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

border-color css

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

 span { border-color: rgb(187,214,190); }

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