Html Css Color HEX #B1F6AE Celadon

📋 copy color: '#B1F6AE'

red 177 ◦ green 246 ◦ blue 174

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

Shades of Celadon #B1F6AE

Tints of Celadon #B1F6AE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.21%

 BLUE value IS 174 (68.36% from 255) = 29.15%

R = 29.65%
G = 41.21%
B = 29.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#B1F6AE (or 0xB1F6AE) is known color: Celadon. HEX triplet: B1, F6 and AE. RGB value is (177,246,174). Sum of RGB (Red+Green+Blue) = 177+246+174=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F6AE is #4E0951. Grayscale: #D9D9D9. Windows color (decimal): -5114194 or 11466417. OLE color: 11466417.

HSL color Cylindrical-coordinate representation of color #B1F6AE: hue angle of 117.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F6AE is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 246 174 -
CMYK 0.28 0 0.29 0.04
HSL 117.5º 0.8% 0.82% -
HSV(B) 117.5º 0.29% 0.96% -
XYZ 58.73 78.31 52.07 -
YUV 217.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 177 246 174 0.28 0 0.29 0.04 117.5 0.8 0.82
Hex B1 F6 AE 1C 0 1D 4 76 50 52
Octal 261 366 256 34 0 35 4 166 120 122
Binary 10110001 11110110 10101110 11100 0 11101 100 1110110 1010000 1010010

Color Harmonies of #B1F6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F6AE

Black with #B1F6AE

Text Example


Text Example

White with #B1F6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F6AE; }

 p { color: rgb(177,246,174); }

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

background-color css

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

 a { background-color: rgb(177,246,174); }

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

border-color css

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

 span { border-color: rgb(177,246,174); }

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