#B7FAB3

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

Shades of Celadon #B7FAB3

Tints of Celadon #B7FAB3

Color information

#B7FAB3 (or 0xB7FAB3) is unknown color: approx Celadon. HEX triplet: B7, FA and B3. RGB value is (183,250,179). Sum of RGB (Red+Green+Blue) = 183+250+179=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FAB3 is #48054C. Grayscale: #DEDEDE. Windows color (decimal): -4719949 or 11795127. OLE color: 11795127.

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

Color convert

RGB183250179-
CMYK0.2700.280.02
HSL116.62º87.65%84.12%-
HSV(B)116.62º28.4%98.04%-
XYZ61.8581.6955.16-
YUV221.87103.8100.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.90%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=29.90%
G=40.85%
B=29.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832501790.2700.280.02116.6287.6584.12
HexB7FAB31B01C2755854
Octal267372263330342165130124
Binary1011011111111010101100111101101110010111010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAB3; }

 p { color: rgb(183,250,179); }

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

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

 a { background-color: rgb(183,250,179); }

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

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

 span { border-color: rgb(183,250,179); }

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