#B1E2B3

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

Shades of Celadon #B1E2B3

Tints of Celadon #B1E2B3

Color information

#B1E2B3 (or 0xB1E2B3) is unknown color: approx Celadon. HEX triplet: B1, E2 and B3. RGB value is (177,226,179). Sum of RGB (Red+Green+Blue) = 177+226+179=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2B3 is #4E1D4C. Grayscale: #CECECE. Windows color (decimal): -5119309 or 11788977. OLE color: 11788977.

HSL color Cylindrical-coordinate representation of color #B1E2B3: hue angle of 122.45º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2B3 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB177226179-
CMYK0.2200.210.11
HSL122.45º45.79%79.02%-
HSV(B)122.45º21.68%88.63%-
XYZ53.4666.9952.76-
YUV205.99112.77107.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=30.41%
G=38.83%
B=30.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772261790.2200.210.11122.4545.7979.02
HexB1E2B316015B7a2e4f
Octal261342263260251317256117
Binary10110001111000101011001110110010101101111110101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E2B3; }

 p { color: rgb(177,226,179); }

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

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

 a { background-color: rgb(177,226,179); }

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

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

 span { border-color: rgb(177,226,179); }

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