#BADBBB

Color #BADBBB Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #BADBBB

Tints of Surf #BADBBB

Color information

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

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

Color convert

RGB186219187-
CMYK0.1500.150.14
HSL121.82º31.43%79.41%-
HSV(B)121.82º15.07%85.88%-
XYZ54.5564.6956.62-
YUV205.48117.57114.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=31.42%
G=36.99%
B=31.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191870.1500.150.14121.8231.4379.41
HexBADBBBF0FE7a1f4f
Octal272333273170171617237117
Binary10111010110110111011101111110111111101111010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBBB; }

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

 H1.HeaderClassName
 {
   color: #BADBBB;
 }
 .AnyTagClassName
 {
   color: #BADBBB;
 }
</style>
background-color css

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

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

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

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

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

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