#BAFEB6

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

Shades of Celadon #BAFEB6

Tints of Celadon #BAFEB6

Color information

#BAFEB6 (or 0xBAFEB6) is unknown color: approx Celadon. HEX triplet: BA, FE and B6. RGB value is (186,254,182). Sum of RGB (Red+Green+Blue) = 186+254+182=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEB6 is #450149. Grayscale: #E1E1E1. Windows color (decimal): -4522314 or 11992762. OLE color: 11992762.

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

Color convert

RGB186254182-
CMYK0.2700.280.00
HSL116.67º97.3%85.49%-
HSV(B)116.67º28.35%99.61%-
XYZ64.1484.757.22-
YUV225.46103.4799.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=29.90%
G=40.84%
B=29.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541820.2700.280.00116.6797.385.49
HexBAFEB61B01C0756155
Octal272376266330340165141125
Binary101110101111111010110110110110111000111010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEB6; }

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

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

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

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

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

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

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

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