Html Css Color HEX #BBD9BE Surf

📋 copy color: '#BBD9BE'

red 187 ◦ green 217 ◦ blue 190

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

Shades of Surf #BBD9BE

Tints of Surf #BBD9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 31.48%
G = 36.53%
B = 31.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BBD9BE (or 0xBBD9BE) is known color: Surf. HEX triplet: BB, D9 and BE. RGB value is (187,217,190). Sum of RGB (Red+Green+Blue) = 187+217+190=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BE is #442641. Grayscale: #CDCDCD. Windows color (decimal): -4466242 or 12507579. OLE color: 12507579.

HSL color Cylindrical-coordinate representation of color #BBD9BE: hue angle of 126º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9BE is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 190 -
CMYK 0.14 0 0.12 0.15
HSL 126º 0.28% 0.79% -
HSV(B) 126º 0.14% 0.85% -
XYZ 54.6 63.91 58.17 -
YUV 204.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 187 217 190 0.14 0 0.12 0.15 126 0.28 0.79
Hex BB D9 BE E 0 C F 7E 1C 4F
Octal 273 331 276 16 0 14 17 176 34 117
Binary 10111011 11011001 10111110 1110 0 1100 1111 1111110 11100 1001111

Color Harmonies of #BBD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9BE

Black with #BBD9BE

Text Example


Text Example

White with #BBD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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