Html Css Color HEX #BBDCB9 Surf

📋 copy color: '#BBDCB9'

red 187 ◦ green 220 ◦ blue 185

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

Shades of Surf #BBDCB9

Tints of Surf #BBDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

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

R = 31.59%
G = 37.16%
B = 31.25%

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

#BBDCB9 (or 0xBBDCB9) is known color: Surf. HEX triplet: BB, DC and B9. RGB value is (187,220,185). Sum of RGB (Red+Green+Blue) = 187+220+185=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCB9 is #442346. Grayscale: #CECECE. Windows color (decimal): -4465479 or 12180667. OLE color: 12180667.

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

Color convert

RGB 187 220 185 -
CMYK 0.15 0 0.16 0.14
HSL 116.57º 0.33% 0.79% -
HSV(B) 116.57º 0.16% 0.86% -
XYZ 54.84 65.25 55.6 -
YUV 206.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 187 220 185 0.15 0 0.16 0.14 116.57 0.33 0.79
Hex BB DC B9 F 0 10 E 75 21 4F
Octal 273 334 271 17 0 20 16 165 41 117
Binary 10111011 11011100 10111001 1111 0 10000 1110 1110101 100001 1001111

Color Harmonies of #BBDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCB9

Black with #BBDCB9

Text Example


Text Example

White with #BBDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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