#BAFBB6

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

Shades of Celadon #BAFBB6

Tints of Celadon #BAFBB6

Color information

#BAFBB6 (or 0xBAFBB6) is unknown color: approx Celadon. HEX triplet: BA, FB and B6. RGB value is (186,251,182). Sum of RGB (Red+Green+Blue) = 186+251+182=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBB6 is #450449. Grayscale: #DFDFDF. Windows color (decimal): -4523082 or 11991994. OLE color: 11991994.

HSL color Cylindrical-coordinate representation of color #BAFBB6: hue angle of 116.52º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFBB6 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB186251182-
CMYK0.2600.270.02
HSL116.52º89.61%84.9%-
HSV(B)116.52º27.49%98.43%-
XYZ63.1982.8156.91-
YUV223.7104.47101.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=30.05%
G=40.55%
B=29.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511820.2600.270.02116.5289.6184.9
HexBAFBB61A01B2755a55
Octal272373266320332165132125
Binary1011101011111011101101101101001101110111010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBB6; }

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

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

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

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

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

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

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

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