#B1EBB4

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

Shades of Celadon #B1EBB4

Tints of Celadon #B1EBB4

Color information

#B1EBB4 (or 0xB1EBB4) is unknown color: approx Celadon. HEX triplet: B1, EB and B4. RGB value is (177,235,180). Sum of RGB (Red+Green+Blue) = 177+235+180=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBB4 is #4E144B. Grayscale: #D3D3D3. Windows color (decimal): -5117004 or 11856817. OLE color: 11856817.

HSL color Cylindrical-coordinate representation of color #B1EBB4: hue angle of 123.1º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBB4 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB177235180-
CMYK0.2500.230.08
HSL123.1º59.18%80.78%-
HSV(B)123.1º24.68%92.16%-
XYZ56.0872.0654.13-
YUV211.39110.28103.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=29.90%
G=39.70%
B=30.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351800.2500.230.08123.159.1880.78
HexB1EBB41901787b3b51
Octal261353264310271017373121
Binary10110001111010111011010011001010111100011110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBB4; }

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

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

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

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

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

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

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

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