Html Css Color HEX #BBDBBA Surf

📋 copy color: '#BBDBBA'

red 187 ◦ green 219 ◦ blue 186

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

Shades of Surf #BBDBBA

Tints of Surf #BBDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.99%

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

R = 31.59%
G = 36.99%
B = 31.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BBDBBA (or 0xBBDBBA) is known color: Surf. HEX triplet: BB, DB and BA. RGB value is (187,219,186). Sum of RGB (Red+Green+Blue) = 187+219+186=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBA is #442445. Grayscale: #CDCDCD. Windows color (decimal): -4465734 or 12245947. OLE color: 12245947.

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

Color convert

RGB 187 219 186 -
CMYK 0.15 0 0.15 0.14
HSL 118.18º 0.31% 0.79% -
HSV(B) 118.18º 0.15% 0.86% -
XYZ 54.69 64.77 56.07 -
YUV 205.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 187 219 186 0.15 0 0.15 0.14 118.18 0.31 0.79
Hex BB DB BA F 0 F E 76 1F 4F
Octal 273 333 272 17 0 17 16 166 37 117
Binary 10111011 11011011 10111010 1111 0 1111 1110 1110110 11111 1001111

Color Harmonies of #BBDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBBA

Black with #BBDBBA

Text Example


Text Example

White with #BBDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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