Html Css Color HEX #BBD9BD Surf

📋 copy color: '#BBD9BD'

red 187 ◦ green 217 ◦ blue 189

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

Shades of Surf #BBD9BD

Tints of Surf #BBD9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 31.53%
G = 36.59%
B = 31.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BBD9BD (or 0xBBD9BD) is known color: Surf. HEX triplet: BB, D9 and BD. RGB value is (187,217,189). Sum of RGB (Red+Green+Blue) = 187+217+189=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BD is #442642. Grayscale: #CCCCCC. Windows color (decimal): -4466243 or 12442043. OLE color: 12442043.

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

Color convert

RGB 187 217 189 -
CMYK 0.14 0 0.13 0.15
HSL 124º 0.28% 0.79% -
HSV(B) 124º 0.14% 0.85% -
XYZ 54.49 63.86 57.6 -
YUV 204.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 187 217 189 0.14 0 0.13 0.15 124 0.28 0.79
Hex BB D9 BD E 0 D F 7C 1C 4F
Octal 273 331 275 16 0 15 17 174 34 117
Binary 10111011 11011001 10111101 1110 0 1101 1111 1111100 11100 1001111

Color Harmonies of #BBD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9BD

Black with #BBD9BD

Text Example


Text Example

White with #BBD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9BD; }

 p { color: rgb(187,217,189); }

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

background-color css

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

 a { background-color: rgb(187,217,189); }

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

border-color css

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

 span { border-color: rgb(187,217,189); }

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