#BADBB6

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

Shades of Surf Crest #BADBB6

Tints of Surf Crest #BADBB6

Color information

#BADBB6 (or 0xBADBB6) is unknown color: approx Surf Crest. HEX triplet: BA, DB and B6. RGB value is (186,219,182). Sum of RGB (Red+Green+Blue) = 186+219+182=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBB6 is #452449. Grayscale: #CDCDCD. Windows color (decimal): -4531274 or 11983802. OLE color: 11983802.

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

Color convert

RGB186219182-
CMYK0.1500.170.14
HSL113.51º33.94%78.63%-
HSV(B)113.51º16.89%85.88%-
XYZ54.0264.4853.85-
YUV204.92115.07114.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=31.69%
G=37.31%
B=31.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191820.1500.170.14113.5133.9478.63
HexBADBB6F011E72224f
Octal272333266170211616242117
Binary1011101011011011101101101111010001111011100101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBB6; }

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

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

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

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

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

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

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

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