Html Css Color HEX #BBD8BA Surf

📋 copy color: '#BBD8BA'

red 187 ◦ green 216 ◦ blue 186

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

Shades of Surf #BBD8BA

Tints of Surf #BBD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

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

R = 31.75%
G = 36.67%
B = 31.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#BBD8BA (or 0xBBD8BA) is known color: Surf. HEX triplet: BB, D8 and BA. RGB value is (187,216,186). Sum of RGB (Red+Green+Blue) = 187+216+186=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8BA is #442745. Grayscale: #CCCCCC. Windows color (decimal): -4466502 or 12245179. OLE color: 12245179.

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

Color convert

RGB 187 216 186 -
CMYK 0.13 0 0.14 0.15
HSL 118º 0.28% 0.79% -
HSV(B) 118º 0.14% 0.85% -
XYZ 53.91 63.22 55.82 -
YUV 203.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 187 216 186 0.13 0 0.14 0.15 118 0.28 0.79
Hex BB D8 BA D 0 E F 76 1C 4F
Octal 273 330 272 15 0 16 17 166 34 117
Binary 10111011 11011000 10111010 1101 0 1110 1111 1110110 11100 1001111

Color Harmonies of #BBD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8BA

Black with #BBD8BA

Text Example


Text Example

White with #BBD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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