Html Css Color HEX #BBDAB4 Surf Crest

📋 copy color: '#BBDAB4'

red 187 ◦ green 218 ◦ blue 180

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

Shades of Surf Crest #BBDAB4

Tints of Surf Crest #BBDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.77%

R = 31.97%
G = 37.26%
B = 30.77%

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

#BBDAB4 (or 0xBBDAB4) is known color: Surf Crest. HEX triplet: BB, DA and B4. RGB value is (187,218,180). Sum of RGB (Red+Green+Blue) = 187+218+180=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB4 is #44254B. Grayscale: #CCCCCC. Windows color (decimal): -4465996 or 11852475. OLE color: 11852475.

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

Color convert

RGB 187 218 180 -
CMYK 0.14 0 0.17 0.15
HSL 108.95º 0.34% 0.78% -
HSV(B) 108.95º 0.17% 0.85% -
XYZ 53.8 64 52.7 -
YUV 204.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 187 218 180 0.14 0 0.17 0.15 108.95 0.34 0.78
Hex BB DA B4 E 0 11 F 6D 22 4E
Octal 273 332 264 16 0 21 17 155 42 116
Binary 10111011 11011010 10110100 1110 0 10001 1111 1101101 100010 1001110

Color Harmonies of #BBDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAB4

Black with #BBDAB4

Text Example


Text Example

White with #BBDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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