#BADCBB

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

Shades of Surf #BADCBB

Tints of Surf #BADCBB

Color information

#BADCBB (or 0xBADCBB) is unknown color: approx Surf. HEX triplet: BA, DC and BB. RGB value is (186,220,187). Sum of RGB (Red+Green+Blue) = 186+220+187=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBB is #452344. Grayscale: #CECECE. Windows color (decimal): -4531013 or 12311738. OLE color: 12311738.

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

Color convert

RGB186220187-
CMYK0.1500.150.14
HSL121.76º32.69%79.61%-
HSV(B)121.76º15.45%86.27%-
XYZ54.8165.2156.71-
YUV206.07117.24113.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=31.37%
G=37.10%
B=31.53%

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
Decimal1862201870.1500.150.14121.7632.6979.61
HexBADCBBF0FE7a2150
Octal272334273170171617241120
Binary101110101101110010111011111101111111011110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCBB; }

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

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

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

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

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

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

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

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