Html Css Color HEX #B1F6B3 Celadon

📋 copy color: '#B1F6B3'

red 177 ◦ green 246 ◦ blue 179

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

Shades of Celadon #B1F6B3

Tints of Celadon #B1F6B3

RGB

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

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

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

R = 29.4%
G = 40.86%
B = 29.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#B1F6B3 (or 0xB1F6B3) is known color: Celadon. HEX triplet: B1, F6 and B3. RGB value is (177,246,179). Sum of RGB (Red+Green+Blue) = 177+246+179=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F6B3 is #4E094C. Grayscale: #D9D9D9. Windows color (decimal): -5114189 or 11794097. OLE color: 11794097.

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

Color convert

RGB 177 246 179 -
CMYK 0.28 0 0.27 0.04
HSL 121.74º 0.79% 0.83% -
HSV(B) 121.74º 0.28% 0.96% -
XYZ 59.22 78.51 54.68 -
YUV 217.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 177 246 179 0.28 0 0.27 0.04 121.74 0.79 0.83
Hex B1 F6 B3 1C 0 1B 4 7A 4F 53
Octal 261 366 263 34 0 33 4 172 117 123
Binary 10110001 11110110 10110011 11100 0 11011 100 1111010 1001111 1010011

Color Harmonies of #B1F6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F6B3

Black with #B1F6B3

Text Example


Text Example

White with #B1F6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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