Html Css Color HEX #B0FCAB Celadon

📋 copy color: '#B0FCAB'

red 176 ◦ green 252 ◦ blue 171

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

Shades of Celadon #B0FCAB

Tints of Celadon #B0FCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 29.38%
G = 42.07%
B = 28.55%

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

#B0FCAB (or 0xB0FCAB) is known color: Celadon. HEX triplet: B0, FC and AB. RGB value is (176,252,171). Sum of RGB (Red+Green+Blue) = 176+252+171=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCAB is #4F0354. Grayscale: #DCDCDC. Windows color (decimal): -5178197 or 11271344. OLE color: 11271344.

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

Color convert

RGB 176 252 171 -
CMYK 0.30 0 0.32 0.01
HSL 116.3º 0.93% 0.83% -
HSV(B) 116.3º 0.32% 0.99% -
XYZ 60.07 81.79 51.15 -
YUV 220.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 176 252 171 0.30 0 0.32 0.01 116.3 0.93 0.83
Hex B0 FC AB 1E 0 20 1 74 5D 53
Octal 260 374 253 36 0 40 1 164 135 123
Binary 10110000 11111100 10101011 11110 0 100000 1 1110100 1011101 1010011

Color Harmonies of #B0FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCAB

Black with #B0FCAB

Text Example


Text Example

White with #B0FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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