Html Css Color HEX #B1F8AE Celadon

📋 copy color: '#B1F8AE'

red 177 ◦ green 248 ◦ blue 174

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

Shades of Celadon #B1F8AE

Tints of Celadon #B1F8AE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

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

R = 29.55%
G = 41.4%
B = 29.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#B1F8AE (or 0xB1F8AE) is known color: Celadon. HEX triplet: B1, F8 and AE. RGB value is (177,248,174). Sum of RGB (Red+Green+Blue) = 177+248+174=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F8AE is #4E0751. Grayscale: #DADADA. Windows color (decimal): -5113682 or 11466929. OLE color: 11466929.

HSL color Cylindrical-coordinate representation of color #B1F8AE: hue angle of 117.57º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F8AE is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 248 174 -
CMYK 0.29 0 0.30 0.03
HSL 117.57º 0.84% 0.83% -
HSV(B) 117.57º 0.3% 0.97% -
XYZ 59.34 79.54 52.27 -
YUV 218.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 177 248 174 0.29 0 0.30 0.03 117.57 0.84 0.83
Hex B1 F8 AE 1D 0 1E 3 76 54 53
Octal 261 370 256 35 0 36 3 166 124 123
Binary 10110001 11111000 10101110 11101 0 11110 11 1110110 1010100 1010011

Color Harmonies of #B1F8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F8AE

Black with #B1F8AE

Text Example


Text Example

White with #B1F8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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