Html Css Color HEX #B1F3AE Celadon

📋 copy color: '#B1F3AE'

red 177 ◦ green 243 ◦ blue 174

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

Shades of Celadon #B1F3AE

Tints of Celadon #B1F3AE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.91%

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

R = 29.8%
G = 40.91%
B = 29.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#B1F3AE (or 0xB1F3AE) is known color: Celadon. HEX triplet: B1, F3 and AE. RGB value is (177,243,174). Sum of RGB (Red+Green+Blue) = 177+243+174=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F3AE is #4E0C51. Grayscale: #D7D7D7. Windows color (decimal): -5114962 or 11465649. OLE color: 11465649.

HSL color Cylindrical-coordinate representation of color #B1F3AE: hue angle of 117.39º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F3AE is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 243 174 -
CMYK 0.27 0 0.28 0.05
HSL 117.39º 0.74% 0.82% -
HSV(B) 117.39º 0.28% 0.95% -
XYZ 57.82 76.5 51.76 -
YUV 215.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 177 243 174 0.27 0 0.28 0.05 117.39 0.74 0.82
Hex B1 F3 AE 1B 0 1C 5 75 4A 52
Octal 261 363 256 33 0 34 5 165 112 122
Binary 10110001 11110011 10101110 11011 0 11100 101 1110101 1001010 1010010

Color Harmonies of #B1F3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3AE

Black with #B1F3AE

Text Example


Text Example

White with #B1F3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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