Html Css Color HEX #B2FAB4 Celadon

📋 copy color: '#B2FAB4'

red 178 ◦ green 250 ◦ blue 180

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

Shades of Celadon #B2FAB4

Tints of Celadon #B2FAB4

RGB

 RED value IS 178 (69.92% from 255) = 29.28%

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

 BLUE value IS 180 (70.7% from 255) = 29.61%

R = 29.28%
G = 41.12%
B = 29.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#B2FAB4 (or 0xB2FAB4) is known color: Celadon. HEX triplet: B2, FA and B4. RGB value is (178,250,180). Sum of RGB (Red+Green+Blue) = 178+250+180=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAB4 is #4D054B. Grayscale: #DCDCDC. Windows color (decimal): -5047628 or 11860658. OLE color: 11860658.

HSL color Cylindrical-coordinate representation of color #B2FAB4: hue angle of 121.67º 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 #B2FAB4 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 180 -
CMYK 0.29 0 0.28 0.02
HSL 121.67º 0.88% 0.84% -
HSV(B) 121.67º 0.29% 0.98% -
XYZ 60.78 81.13 55.64 -
YUV 220.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 178 250 180 0.29 0 0.28 0.02 121.67 0.88 0.84
Hex B2 FA B4 1D 0 1C 2 7A 58 54
Octal 262 372 264 35 0 34 2 172 130 124
Binary 10110010 11111010 10110100 11101 0 11100 10 1111010 1011000 1010100

Color Harmonies of #B2FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAB4

Black with #B2FAB4

Text Example


Text Example

White with #B2FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAB4; }

 p { color: rgb(178,250,180); }

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

background-color css

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

 a { background-color: rgb(178,250,180); }

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

border-color css

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

 span { border-color: rgb(178,250,180); }

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