Html Css Color HEX #BBDAB6 Surf Crest

📋 copy color: '#BBDAB6'

red 187 ◦ green 218 ◦ blue 182

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

Shades of Surf Crest #BBDAB6

Tints of Surf Crest #BBDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

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

R = 31.86%
G = 37.14%
B = 31.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#BBDAB6 (or 0xBBDAB6) is known color: Surf Crest. HEX triplet: BB, DA and B6. RGB value is (187,218,182). Sum of RGB (Red+Green+Blue) = 187+218+182=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB6 is #442549. Grayscale: #CCCCCC. Windows color (decimal): -4465994 or 11983547. OLE color: 11983547.

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

Color convert

RGB 187 218 182 -
CMYK 0.14 0 0.17 0.15
HSL 111.67º 0.33% 0.78% -
HSV(B) 111.67º 0.17% 0.85% -
XYZ 54.01 64.09 53.78 -
YUV 204.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 187 218 182 0.14 0 0.17 0.15 111.67 0.33 0.78
Hex BB DA B6 E 0 11 F 70 21 4E
Octal 273 332 266 16 0 21 17 160 41 116
Binary 10111011 11011010 10110110 1110 0 10001 1111 1110000 100001 1001110

Color Harmonies of #BBDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAB6

Black with #BBDAB6

Text Example


Text Example

White with #BBDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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