Html Css Color HEX #B2FFB4 Celadon

📋 copy color: '#B2FFB4'

red 178 ◦ green 255 ◦ blue 180

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

Shades of Celadon #B2FFB4

Tints of Celadon #B2FFB4

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

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

R = 29.04%
G = 41.6%
B = 29.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#B2FFB4 (or 0xB2FFB4) is known color: Celadon. HEX triplet: B2, FF and B4. RGB value is (178,255,180). Sum of RGB (Red+Green+Blue) = 178+255+180=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFB4 is #4D004B. Grayscale: #DFDFDF. Windows color (decimal): -5046348 or 11861938. OLE color: 11861938.

HSL color Cylindrical-coordinate representation of color #B2FFB4: hue angle of 121.56º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 180 -
CMYK 0.30 0 0.29 0
HSL 121.56º 1% 0.85% -
HSV(B) 121.56º 0.3% 1% -
XYZ 62.36 84.28 56.16 -
YUV 223.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 178 255 180 0.30 0 0.29 0 121.56 1 0.85
Hex B2 FF B4 1E 0 1D 0 7A 64 55
Octal 262 377 264 36 0 35 0 172 144 125
Binary 10110010 11111111 10110100 11110 0 11101 0 1111010 1100100 1010101

Color Harmonies of #B2FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFB4

Black with #B2FFB4

Text Example


Text Example

White with #B2FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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