#BADCBD

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

Shades of Surf #BADCBD

Tints of Surf #BADCBD

Color information

#BADCBD (or 0xBADCBD) is unknown color: approx Surf. HEX triplet: BA, DC and BD. RGB value is (186,220,189). Sum of RGB (Red+Green+Blue) = 186+220+189=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBD is #452342. Grayscale: #CECECE. Windows color (decimal): -4531011 or 12442810. OLE color: 12442810.

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

Color convert

RGB186220189-
CMYK0.1500.140.14
HSL125.29º32.69%79.61%-
HSV(B)125.29º15.45%86.27%-
XYZ55.0365.357.85-
YUV206.3118.24113.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=31.26%
G=36.97%
B=31.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201890.1500.140.14125.2932.6979.61
HexBADCBDF0EE7d2150
Octal272334275170161617541120
Binary101110101101110010111101111101110111011111011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCBD; }

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

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

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

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

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

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

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

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