#B4FAB6

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

Shades of Celadon #B4FAB6

Tints of Celadon #B4FAB6

Color information

#B4FAB6 (or 0xB4FAB6) is unknown color: approx Celadon. HEX triplet: B4, FA and B6. RGB value is (180,250,182). Sum of RGB (Red+Green+Blue) = 180+250+182=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAB6 is #4B0549. Grayscale: #DDDDDD. Windows color (decimal): -4916554 or 11991732. OLE color: 11991732.

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

Color convert

RGB180250182-
CMYK0.2800.270.02
HSL121.71º87.5%84.31%-
HSV(B)121.71º28%98.04%-
XYZ61.4581.4556.74-
YUV221.32105.8198.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=29.41%
G=40.85%
B=29.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802501820.2800.270.02121.7187.584.31
HexB4FAB61C01B27a5854
Octal264372266340332172130124
Binary1011010011111010101101101110001101110111101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAB6; }

 p { color: rgb(180,250,182); }

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

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

 a { background-color: rgb(180,250,182); }

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

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

 span { border-color: rgb(180,250,182); }

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