Html Css Color HEX #B1F2B2 Celadon

📋 copy color: '#B1F2B2'

red 177 ◦ green 242 ◦ blue 178

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

Shades of Celadon #B1F2B2

Tints of Celadon #B1F2B2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 178 (69.92% from 255) = 29.82%

R = 29.65%
G = 40.54%
B = 29.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#B1F2B2 (or 0xB1F2B2) is known color: Celadon. HEX triplet: B1, F2 and B2. RGB value is (177,242,178). Sum of RGB (Red+Green+Blue) = 177+242+178=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F2B2 is #4E0D4D. Grayscale: #D7D7D7. Windows color (decimal): -5115214 or 11727537. OLE color: 11727537.

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

Color convert

RGB 177 242 178 -
CMYK 0.27 0 0.26 0.05
HSL 120.92º 0.71% 0.82% -
HSV(B) 120.92º 0.27% 0.95% -
XYZ 57.92 76.07 53.75 -
YUV 215.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 177 242 178 0.27 0 0.26 0.05 120.92 0.71 0.82
Hex B1 F2 B2 1B 0 1A 5 79 47 52
Octal 261 362 262 33 0 32 5 171 107 122
Binary 10110001 11110010 10110010 11011 0 11010 101 1111001 1000111 1010010

Color Harmonies of #B1F2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2B2

Black with #B1F2B2

Text Example


Text Example

White with #B1F2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2B2; }

 p { color: rgb(177,242,178); }

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

background-color css

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

 a { background-color: rgb(177,242,178); }

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

border-color css

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

 span { border-color: rgb(177,242,178); }

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