Html Css Color HEX #BBDBB9 Surf

📋 copy color: '#BBDBB9'

red 187 ◦ green 219 ◦ blue 185

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

Shades of Surf #BBDBB9

Tints of Surf #BBDBB9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

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

R = 31.64%
G = 37.06%
B = 31.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#BBDBB9 (or 0xBBDBB9) is known color: Surf. HEX triplet: BB, DB and B9. RGB value is (187,219,185). Sum of RGB (Red+Green+Blue) = 187+219+185=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBB9 is #442446. Grayscale: #CDCDCD. Windows color (decimal): -4465735 or 12180411. OLE color: 12180411.

HSL color Cylindrical-coordinate representation of color #BBDBB9: hue angle of 116.47º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDBB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 185 -
CMYK 0.15 0 0.16 0.14
HSL 116.47º 0.32% 0.79% -
HSV(B) 116.47º 0.16% 0.86% -
XYZ 54.58 64.73 55.52 -
YUV 205.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 187 219 185 0.15 0 0.16 0.14 116.47 0.32 0.79
Hex BB DB B9 F 0 10 E 74 20 4F
Octal 273 333 271 17 0 20 16 164 40 117
Binary 10111011 11011011 10111001 1111 0 10000 1110 1110100 100000 1001111

Color Harmonies of #BBDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBB9

Black with #BBDBB9

Text Example


Text Example

White with #BBDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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