#BAFFB6

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

Shades of Celadon #BAFFB6

Tints of Celadon #BAFFB6

Color information

#BAFFB6 (or 0xBAFFB6) is unknown color: approx Celadon. HEX triplet: BA, FF and B6. RGB value is (186,255,182). Sum of RGB (Red+Green+Blue) = 186+255+182=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFB6 is #450049. Grayscale: #E2E2E2. Windows color (decimal): -4522058 or 11993018. OLE color: 11993018.

HSL color Cylindrical-coordinate representation of color #BAFFB6: hue angle of 116.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFFB6 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB186255182-
CMYK0.2700.290
HSL116.71º100%85.69%-
HSV(B)116.71º28.63%100%-
XYZ64.4585.3457.33-
YUV226.05103.1499.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 182 (71.48% from 255) = 29.21%
R=29.86%
G=40.93%
B=29.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551820.2700.290116.7110085.69
HexBAFFB61B01D0756456
Octal272377266330350165144126
Binary101110101111111110110110110110111010111010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFB6; }

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

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

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

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

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

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

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

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