Html Css Color HEX #BBDDB9 Surf

📋 copy color: '#BBDDB9'

red 187 ◦ green 221 ◦ blue 185

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

Shades of Surf #BBDDB9

Tints of Surf #BBDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

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

R = 31.53%
G = 37.27%
B = 31.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BBDDB9 (or 0xBBDDB9) is known color: Surf. HEX triplet: BB, DD and B9. RGB value is (187,221,185). Sum of RGB (Red+Green+Blue) = 187+221+185=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB9 is #442246. Grayscale: #CECECE. Windows color (decimal): -4465223 or 12180923. OLE color: 12180923.

HSL color Cylindrical-coordinate representation of color #BBDDB9: hue angle of 116.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 185 -
CMYK 0.15 0 0.16 0.13
HSL 116.67º 0.35% 0.8% -
HSV(B) 116.67º 0.16% 0.87% -
XYZ 55.11 65.78 55.69 -
YUV 206.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 187 221 185 0.15 0 0.16 0.13 116.67 0.35 0.8
Hex BB DD B9 F 0 10 D 75 23 50
Octal 273 335 271 17 0 20 15 165 43 120
Binary 10111011 11011101 10111001 1111 0 10000 1101 1110101 100011 1010000

Color Harmonies of #BBDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDB9

Black with #BBDDB9

Text Example


Text Example

White with #BBDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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