#B4FBB1

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

Shades of Celadon #B4FBB1

Tints of Celadon #B4FBB1

Color information

#B4FBB1 (or 0xB4FBB1) is unknown color: approx Celadon. HEX triplet: B4, FB and B1. RGB value is (180,251,177). Sum of RGB (Red+Green+Blue) = 180+251+177=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FBB1 is #4B044E. Grayscale: #DDDDDD. Windows color (decimal): -4916303 or 11664308. OLE color: 11664308.

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

Color convert

RGB180251177-
CMYK0.2800.290.02
HSL117.57º90.24%83.92%-
HSV(B)117.57º29.48%98.43%-
XYZ61.2681.8754.17-
YUV221.33102.9898.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=29.61%
G=41.28%
B=29.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511770.2800.290.02117.5790.2483.92
HexB4FBB11C01D2765a54
Octal264373261340352166132124
Binary1011010011111011101100011110001110110111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBB1; }

 p { color: rgb(180,251,177); }

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

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

 a { background-color: rgb(180,251,177); }

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

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

 span { border-color: rgb(180,251,177); }

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