Html Css Color HEX #B1FCAF Celadon

📋 copy color: '#B1FCAF'

red 177 ◦ green 252 ◦ blue 175

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

Shades of Celadon #B1FCAF

Tints of Celadon #B1FCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.97%

R = 29.3%
G = 41.72%
B = 28.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#B1FCAF (or 0xB1FCAF) is known color: Celadon. HEX triplet: B1, FC and AF. RGB value is (177,252,175). Sum of RGB (Red+Green+Blue) = 177+252+175=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FCAF is #4E0350. Grayscale: #DDDDDD. Windows color (decimal): -5112657 or 11533489. OLE color: 11533489.

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

Color convert

RGB 177 252 175 -
CMYK 0.30 0 0.31 0.01
HSL 118.44º 0.93% 0.84% -
HSV(B) 118.44º 0.31% 0.99% -
XYZ 60.68 82.06 53.2 -
YUV 220.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 177 252 175 0.30 0 0.31 0.01 118.44 0.93 0.84
Hex B1 FC AF 1E 0 1F 1 76 5D 54
Octal 261 374 257 36 0 37 1 166 135 124
Binary 10110001 11111100 10101111 11110 0 11111 1 1110110 1011101 1010100

Color Harmonies of #B1FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCAF

Black with #B1FCAF

Text Example


Text Example

White with #B1FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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