Html Css Color HEX #B0FCB3 Celadon

📋 copy color: '#B0FCB3'

red 176 ◦ green 252 ◦ blue 179

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

Shades of Celadon #B0FCB3

Tints of Celadon #B0FCB3

RGB

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

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

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

R = 29%
G = 41.52%
B = 29.49%

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

#B0FCB3 (or 0xB0FCB3) is known color: Celadon. HEX triplet: B0, FC and B3. RGB value is (176,252,179). Sum of RGB (Red+Green+Blue) = 176+252+179=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCB3 is #4F034C. Grayscale: #DDDDDD. Windows color (decimal): -5178189 or 11795632. OLE color: 11795632.

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

Color convert

RGB 176 252 179 -
CMYK 0.30 0 0.29 0.01
HSL 122.37º 0.93% 0.84% -
HSV(B) 122.37º 0.3% 0.99% -
XYZ 60.85 82.11 55.29 -
YUV 220.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 176 252 179 0.30 0 0.29 0.01 122.37 0.93 0.84
Hex B0 FC B3 1E 0 1D 1 7A 5D 54
Octal 260 374 263 36 0 35 1 172 135 124
Binary 10110000 11111100 10110011 11110 0 11101 1 1111010 1011101 1010100

Color Harmonies of #B0FCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCB3

Black with #B0FCB3

Text Example


Text Example

White with #B0FCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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