#BADCB4

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

Shades of Surf Crest #BADCB4

Tints of Surf Crest #BADCB4

Color information

#BADCB4 (or 0xBADCB4) is unknown color: approx Surf Crest. HEX triplet: BA, DC and B4. RGB value is (186,220,180). Sum of RGB (Red+Green+Blue) = 186+220+180=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB4 is #45234B. Grayscale: #CDCDCD. Windows color (decimal): -4531020 or 11852986. OLE color: 11852986.

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

Color convert

RGB186220180-
CMYK0.1500.180.14
HSL111º36.36%78.43%-
HSV(B)111º18.18%86.27%-
XYZ54.0864.9252.86-
YUV205.27113.74114.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=31.74%
G=37.54%
B=30.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201800.1500.180.1411136.3678.43
HexBADCB4F012E6f244e
Octal272334264170221615744116
Binary1011101011011100101101001111010010111011011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCB4; }

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

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

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

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

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

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

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

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