Html Css Color HEX #BBD9BA Surf

📋 copy color: '#BBD9BA'

red 187 ◦ green 217 ◦ blue 186

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

Shades of Surf #BBD9BA

Tints of Surf #BBD9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.53%

R = 31.69%
G = 36.78%
B = 31.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#BBD9BA (or 0xBBD9BA) is known color: Surf. HEX triplet: BB, D9 and BA. RGB value is (187,217,186). Sum of RGB (Red+Green+Blue) = 187+217+186=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BA is #442645. Grayscale: #CCCCCC. Windows color (decimal): -4466246 or 12245435. OLE color: 12245435.

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

Color convert

RGB 187 217 186 -
CMYK 0.14 0 0.14 0.15
HSL 118.06º 0.29% 0.79% -
HSV(B) 118.06º 0.14% 0.85% -
XYZ 54.17 63.74 55.9 -
YUV 204.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 187 217 186 0.14 0 0.14 0.15 118.06 0.29 0.79
Hex BB D9 BA E 0 E F 76 1D 4F
Octal 273 331 272 16 0 16 17 166 35 117
Binary 10111011 11011001 10111010 1110 0 1110 1111 1110110 11101 1001111

Color Harmonies of #BBD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9BA

Black with #BBD9BA

Text Example


Text Example

White with #BBD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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