#BAFBB7

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

Shades of Celadon #BAFBB7

Tints of Celadon #BAFBB7

Color information

#BAFBB7 (or 0xBAFBB7) is unknown color: approx Celadon. HEX triplet: BA, FB and B7. RGB value is (186,251,183). Sum of RGB (Red+Green+Blue) = 186+251+183=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBB7 is #450448. Grayscale: #E0E0E0. Windows color (decimal): -4523081 or 12057530. OLE color: 12057530.

HSL color Cylindrical-coordinate representation of color #BAFBB7: hue angle of 117.35º degrees, saturation: 0.89, 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 #BAFBB7 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB186251183-
CMYK0.2600.270.02
HSL117.35º89.47%85.1%-
HSV(B)117.35º27.09%98.43%-
XYZ63.2982.8557.46-
YUV223.81104.97101.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=30%
G=40.48%
B=29.52%

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
Decimal1862511830.2600.270.02117.3589.4785.1
HexBAFBB71A01B2755955
Octal272373267320332165131125
Binary1011101011111011101101111101001101110111010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBB7; }

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

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

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

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

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

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

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

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