Html Css Color HEX #B0FDAC Celadon

📋 copy color: '#B0FDAC'

red 176 ◦ green 253 ◦ blue 172

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

Shades of Celadon #B0FDAC

Tints of Celadon #B0FDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 29.28%
G = 42.1%
B = 28.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#B0FDAC (or 0xB0FDAC) is known color: Celadon. HEX triplet: B0, FD and AC. RGB value is (176,253,172). Sum of RGB (Red+Green+Blue) = 176+253+172=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDAC is #4F0253. Grayscale: #DCDCDC. Windows color (decimal): -5177940 or 11337136. OLE color: 11337136.

HSL color Cylindrical-coordinate representation of color #B0FDAC: hue angle of 117.04º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FDAC is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 172 -
CMYK 0.30 0 0.32 0.01
HSL 117.04º 0.95% 0.83% -
HSV(B) 117.04º 0.32% 0.99% -
XYZ 60.48 82.46 51.76 -
YUV 220.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 176 253 172 0.30 0 0.32 0.01 117.04 0.95 0.83
Hex B0 FD AC 1E 0 20 1 75 5F 53
Octal 260 375 254 36 0 40 1 165 137 123
Binary 10110000 11111101 10101100 11110 0 100000 1 1110101 1011111 1010011

Color Harmonies of #B0FDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDAC

Black with #B0FDAC

Text Example


Text Example

White with #B0FDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDAC; }

 p { color: rgb(176,253,172); }

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

background-color css

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

 a { background-color: rgb(176,253,172); }

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

border-color css

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

 span { border-color: rgb(176,253,172); }

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