Html Css Color HEX #BBD9B8 Surf Crest

📋 copy color: '#BBD9B8'

red 187 ◦ green 217 ◦ blue 184

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

Shades of Surf Crest #BBD9B8

Tints of Surf Crest #BBD9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 31.8%
G = 36.9%
B = 31.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#BBD9B8 (or 0xBBD9B8) is known color: Surf Crest. HEX triplet: BB, D9 and B8. RGB value is (187,217,184). Sum of RGB (Red+Green+Blue) = 187+217+184=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9B8 is #442647. Grayscale: #CCCCCC. Windows color (decimal): -4466248 or 12114363. OLE color: 12114363.

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

Color convert

RGB 187 217 184 -
CMYK 0.14 0 0.15 0.15
HSL 114.55º 0.3% 0.79% -
HSV(B) 114.55º 0.15% 0.85% -
XYZ 53.96 63.65 54.79 -
YUV 204.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 187 217 184 0.14 0 0.15 0.15 114.55 0.3 0.79
Hex BB D9 B8 E 0 F F 73 1E 4F
Octal 273 331 270 16 0 17 17 163 36 117
Binary 10111011 11011001 10111000 1110 0 1111 1111 1110011 11110 1001111

Color Harmonies of #BBD9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9B8

Black with #BBD9B8

Text Example


Text Example

White with #BBD9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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