Html Css Color HEX #B1FCB5 Celadon

📋 copy color: '#B1FCB5'

red 177 ◦ green 252 ◦ blue 181

#B1FCB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B1FCB5

Tints of Celadon #B1FCB5

RGB

 RED value IS 177 (69.53% from 255) = 29.02%

 GREEN value IS 252 (98.83% from 255) = 41.31%

 BLUE value IS 181 (71.09% from 255) = 29.67%

R = 29.02%
G = 41.31%
B = 29.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#B1FCB5 (or 0xB1FCB5) is known color: Celadon. HEX triplet: B1, FC and B5. RGB value is (177,252,181). Sum of RGB (Red+Green+Blue) = 177+252+181=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCB5 is #4E034A. Grayscale: #DDDDDD. Windows color (decimal): -5112651 or 11926705. OLE color: 11926705.

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

Color convert

RGB 177 252 181 -
CMYK 0.30 0 0.28 0.01
HSL 123.2º 0.93% 0.84% -
HSV(B) 123.2º 0.3% 0.99% -
XYZ 61.28 82.3 56.37 -
YUV 221.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 177 252 181 0.30 0 0.28 0.01 123.2 0.93 0.84
Hex B1 FC B5 1E 0 1C 1 7B 5D 54
Octal 261 374 265 36 0 34 1 173 135 124
Binary 10110001 11111100 10110101 11110 0 11100 1 1111011 1011101 1010100

Color Harmonies of #B1FCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCB5

Black with #B1FCB5

Text Example


Text Example

White with #B1FCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCB5; }

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

 H1.HeaderClassName
 {
   color: #B1FCB5;
 }
 .AnyTagClassName
 {
   color: #B1FCB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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