Html Css Color HEX #B1FAB6 Celadon

📋 copy color: '#B1FAB6'

red 177 ◦ green 250 ◦ blue 182

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

Shades of Celadon #B1FAB6

Tints of Celadon #B1FAB6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.05%

 BLUE value IS 182 (71.48% from 255) = 29.89%

R = 29.06%
G = 41.05%
B = 29.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#B1FAB6 (or 0xB1FAB6) is known color: Celadon. HEX triplet: B1, FA and B6. RGB value is (177,250,182). Sum of RGB (Red+Green+Blue) = 177+250+182=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAB6 is #4E0549. Grayscale: #DCDCDC. Windows color (decimal): -5113162 or 11991729. OLE color: 11991729.

HSL color Cylindrical-coordinate representation of color #B1FAB6: hue angle of 124.11º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FAB6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 182 -
CMYK 0.29 0 0.27 0.02
HSL 124.11º 0.88% 0.84% -
HSV(B) 124.11º 0.29% 0.98% -
XYZ 60.76 81.1 56.71 -
YUV 220.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 177 250 182 0.29 0 0.27 0.02 124.11 0.88 0.84
Hex B1 FA B6 1D 0 1B 2 7C 58 54
Octal 261 372 266 35 0 33 2 174 130 124
Binary 10110001 11111010 10110110 11101 0 11011 10 1111100 1011000 1010100

Color Harmonies of #B1FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAB6

Black with #B1FAB6

Text Example


Text Example

White with #B1FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAB6; }

 p { color: rgb(177,250,182); }

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

background-color css

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

 a { background-color: rgb(177,250,182); }

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

border-color css

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

 span { border-color: rgb(177,250,182); }

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