#B2FFAE

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

Shades of Celadon #B2FFAE

Tints of Celadon #B2FFAE

Color information

#B2FFAE (or 0xB2FFAE) is unknown color: approx Celadon. HEX triplet: B2, FF and AE. RGB value is (178,255,174). Sum of RGB (Red+Green+Blue) = 178+255+174=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFAE is #4D0051. Grayscale: #DEDEDE. Windows color (decimal): -5046354 or 11468722. OLE color: 11468722.

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

Color convert

RGB178255174-
CMYK0.3000.320
HSL117.04º100%84.12%-
HSV(B)117.04º31.76%100%-
XYZ61.7684.0453.01-
YUV222.74100.4996.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=29.32%
G=42.01%
B=28.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551740.3000.320117.0410084.12
HexB2FFAE1E0200756454
Octal262377256360400165144124
Binary1011001011111111101011101111001000000111010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFAE; }

 p { color: rgb(178,255,174); }

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

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

 a { background-color: rgb(178,255,174); }

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

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

 span { border-color: rgb(178,255,174); }

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