Html Css Color HEX #B0FCB2 Celadon

📋 copy color: '#B0FCB2'

red 176 ◦ green 252 ◦ blue 178

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

Shades of Celadon #B0FCB2

Tints of Celadon #B0FCB2

RGB

 RED value IS 176 (69.14% from 255) = 29.04%

 GREEN value IS 252 (98.83% from 255) = 41.58%

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 29.04%
G = 41.58%
B = 29.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#B0FCB2 (or 0xB0FCB2) is known color: Celadon. HEX triplet: B0, FC and B2. RGB value is (176,252,178). Sum of RGB (Red+Green+Blue) = 176+252+178=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCB2 is #4F034D. Grayscale: #DDDDDD. Windows color (decimal): -5178190 or 11730096. OLE color: 11730096.

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

Color convert

RGB 176 252 178 -
CMYK 0.30 0 0.29 0.01
HSL 121.58º 0.93% 0.84% -
HSV(B) 121.58º 0.3% 0.99% -
XYZ 60.75 82.07 54.76 -
YUV 220.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 176 252 178 0.30 0 0.29 0.01 121.58 0.93 0.84
Hex B0 FC B2 1E 0 1D 1 7A 5D 54
Octal 260 374 262 36 0 35 1 172 135 124
Binary 10110000 11111100 10110010 11110 0 11101 1 1111010 1011101 1010100

Color Harmonies of #B0FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCB2

Black with #B0FCB2

Text Example


Text Example

White with #B0FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCB2; }

 p { color: rgb(176,252,178); }

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

background-color css

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

 a { background-color: rgb(176,252,178); }

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

border-color css

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

 span { border-color: rgb(176,252,178); }

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