Html Css Color HEX #B1F1B3 Celadon

📋 copy color: '#B1F1B3'

red 177 ◦ green 241 ◦ blue 179

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

Shades of Celadon #B1F1B3

Tints of Celadon #B1F1B3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

 BLUE value IS 179 (70.31% from 255) = 29.98%

R = 29.65%
G = 40.37%
B = 29.98%

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

#B1F1B3 (or 0xB1F1B3) is known color: Celadon. HEX triplet: B1, F1 and B3. RGB value is (177,241,179). Sum of RGB (Red+Green+Blue) = 177+241+179=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1B3 is #4E0E4C. Grayscale: #D6D6D6. Windows color (decimal): -5115469 or 11792817. OLE color: 11792817.

HSL color Cylindrical-coordinate representation of color #B1F1B3: hue angle of 121.88º degrees, saturation: 0.7, 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 #B1F1B3 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 179 -
CMYK 0.27 0 0.26 0.05
HSL 121.88º 0.7% 0.82% -
HSV(B) 121.88º 0.27% 0.95% -
XYZ 57.72 75.51 54.18 -
YUV 214.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 177 241 179 0.27 0 0.26 0.05 121.88 0.7 0.82
Hex B1 F1 B3 1B 0 1A 5 7A 46 52
Octal 261 361 263 33 0 32 5 172 106 122
Binary 10110001 11110001 10110011 11011 0 11010 101 1111010 1000110 1010010

Color Harmonies of #B1F1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1B3

Black with #B1F1B3

Text Example


Text Example

White with #B1F1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1B3; }

 p { color: rgb(177,241,179); }

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

background-color css

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

 a { background-color: rgb(177,241,179); }

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

border-color css

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

 span { border-color: rgb(177,241,179); }

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