#B1FCAD

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

Shades of Celadon #B1FCAD

Tints of Celadon #B1FCAD

Color information

#B1FCAD (or 0xB1FCAD) is unknown color: approx Celadon. HEX triplet: B1, FC and AD. RGB value is (177,252,173). Sum of RGB (Red+Green+Blue) = 177+252+173=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FCAD is #4E0352. Grayscale: #DCDCDC. Windows color (decimal): -5112659 or 11402417. OLE color: 11402417.

HSL color Cylindrical-coordinate representation of color #B1FCAD: hue angle of 116.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FCAD is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB177252173-
CMYK0.3000.310.01
HSL116.96º92.94%83.33%-
HSV(B)116.96º31.35%98.82%-
XYZ60.4881.9952.17-
YUV220.57101.1596.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=29.40%
G=41.86%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521730.3000.310.01116.9692.9483.33
HexB1FCAD1E01F1755d53
Octal261374255360371165135123
Binary101100011111110010101101111100111111111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCAD; }

 p { color: rgb(177,252,173); }

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

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

 a { background-color: rgb(177,252,173); }

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

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

 span { border-color: rgb(177,252,173); }

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