Html Css Color HEX #BBD8B6 Surf Crest

📋 copy color: '#BBD8B6'

red 187 ◦ green 216 ◦ blue 182

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

Shades of Surf Crest #BBD8B6

Tints of Surf Crest #BBD8B6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.92%

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 31.97%
G = 36.92%
B = 31.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BBD8B6 (or 0xBBD8B6) is known color: Surf Crest. HEX triplet: BB, D8 and B6. RGB value is (187,216,182). Sum of RGB (Red+Green+Blue) = 187+216+182=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B6 is #442749. Grayscale: #CBCBCB. Windows color (decimal): -4466506 or 11983035. OLE color: 11983035.

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

Color convert

RGB 187 216 182 -
CMYK 0.13 0 0.16 0.15
HSL 111.18º 0.3% 0.78% -
HSV(B) 111.18º 0.16% 0.85% -
XYZ 53.49 63.05 53.61 -
YUV 203.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 187 216 182 0.13 0 0.16 0.15 111.18 0.3 0.78
Hex BB D8 B6 D 0 10 F 6F 1E 4E
Octal 273 330 266 15 0 20 17 157 36 116
Binary 10111011 11011000 10110110 1101 0 10000 1111 1101111 11110 1001110

Color Harmonies of #BBD8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8B6

Black with #BBD8B6

Text Example


Text Example

White with #BBD8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8B6; }

 p { color: rgb(187,216,182); }

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

background-color css

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

 a { background-color: rgb(187,216,182); }

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

border-color css

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

 span { border-color: rgb(187,216,182); }

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