Html Css Color HEX #BBDDBA Surf

📋 copy color: '#BBDDBA'

red 187 ◦ green 221 ◦ blue 186

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

Shades of Surf #BBDDBA

Tints of Surf #BBDDBA

RGB

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

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

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

R = 31.48%
G = 37.21%
B = 31.31%

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

#BBDDBA (or 0xBBDDBA) is known color: Surf. HEX triplet: BB, DD and BA. RGB value is (187,221,186). Sum of RGB (Red+Green+Blue) = 187+221+186=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBA is #442245. Grayscale: #CECECE. Windows color (decimal): -4465222 or 12246459. OLE color: 12246459.

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

Color convert

RGB 187 221 186 -
CMYK 0.15 0 0.16 0.13
HSL 118.29º 0.34% 0.8% -
HSV(B) 118.29º 0.16% 0.87% -
XYZ 55.21 65.82 56.25 -
YUV 206.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 187 221 186 0.15 0 0.16 0.13 118.29 0.34 0.8
Hex BB DD BA F 0 10 D 76 22 50
Octal 273 335 272 17 0 20 15 166 42 120
Binary 10111011 11011101 10111010 1111 0 10000 1101 1110110 100010 1010000

Color Harmonies of #BBDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDBA

Black with #BBDDBA

Text Example


Text Example

White with #BBDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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