Html Css Color HEX #BBDAB9 Surf

📋 copy color: '#BBDAB9'

red 187 ◦ green 218 ◦ blue 185

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

Shades of Surf #BBDAB9

Tints of Surf #BBDAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.36%

R = 31.69%
G = 36.95%
B = 31.36%

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

#BBDAB9 (or 0xBBDAB9) is known color: Surf. HEX triplet: BB, DA and B9. RGB value is (187,218,185). Sum of RGB (Red+Green+Blue) = 187+218+185=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB9 is #442546. Grayscale: #CDCDCD. Windows color (decimal): -4465991 or 12180155. OLE color: 12180155.

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

Color convert

RGB 187 218 185 -
CMYK 0.14 0 0.15 0.15
HSL 116.36º 0.31% 0.79% -
HSV(B) 116.36º 0.15% 0.85% -
XYZ 54.32 64.21 55.43 -
YUV 204.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 187 218 185 0.14 0 0.15 0.15 116.36 0.31 0.79
Hex BB DA B9 E 0 F F 74 1F 4F
Octal 273 332 271 16 0 17 17 164 37 117
Binary 10111011 11011010 10111001 1110 0 1111 1111 1110100 11111 1001111

Color Harmonies of #BBDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAB9

Black with #BBDAB9

Text Example


Text Example

White with #BBDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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