Html Css Color HEX #BBDAB5 Surf Crest

📋 copy color: '#BBDAB5'

red 187 ◦ green 218 ◦ blue 181

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

Shades of Surf Crest #BBDAB5

Tints of Surf Crest #BBDAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.89%

R = 31.91%
G = 37.2%
B = 30.89%

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

#BBDAB5 (or 0xBBDAB5) is known color: Surf Crest. HEX triplet: BB, DA and B5. RGB value is (187,218,181). Sum of RGB (Red+Green+Blue) = 187+218+181=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB5 is #44254A. Grayscale: #CCCCCC. Windows color (decimal): -4465995 or 11918011. OLE color: 11918011.

HSL color Cylindrical-coordinate representation of color #BBDAB5: hue angle of 110.27º 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 #BBDAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 181 -
CMYK 0.14 0 0.17 0.15
HSL 110.27º 0.33% 0.78% -
HSV(B) 110.27º 0.17% 0.85% -
XYZ 53.91 64.04 53.24 -
YUV 204.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 187 218 181 0.14 0 0.17 0.15 110.27 0.33 0.78
Hex BB DA B5 E 0 11 F 6E 21 4E
Octal 273 332 265 16 0 21 17 156 41 116
Binary 10111011 11011010 10110101 1110 0 10001 1111 1101110 100001 1001110

Color Harmonies of #BBDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAB5

Black with #BBDAB5

Text Example


Text Example

White with #BBDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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