Html Css Color HEX #B2FDAD Celadon

📋 copy color: '#B2FDAD'

red 178 ◦ green 253 ◦ blue 173

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

Shades of Celadon #B2FDAD

Tints of Celadon #B2FDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 29.47%
G = 41.89%
B = 28.64%

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

#B2FDAD (or 0xB2FDAD) is known color: Celadon. HEX triplet: B2, FD and AD. RGB value is (178,253,173). Sum of RGB (Red+Green+Blue) = 178+253+173=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FDAD is #4D0252. Grayscale: #DDDDDD. Windows color (decimal): -5046867 or 11402674. OLE color: 11402674.

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

Color convert

RGB 178 253 173 -
CMYK 0.30 0 0.32 0.01
HSL 116.25º 0.95% 0.84% -
HSV(B) 116.25º 0.32% 0.99% -
XYZ 61.03 82.73 52.29 -
YUV 221.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 178 253 173 0.30 0 0.32 0.01 116.25 0.95 0.84
Hex B2 FD AD 1E 0 20 1 74 5F 54
Octal 262 375 255 36 0 40 1 164 137 124
Binary 10110010 11111101 10101101 11110 0 100000 1 1110100 1011111 1010100

Color Harmonies of #B2FDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDAD

Black with #B2FDAD

Text Example


Text Example

White with #B2FDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDAD; }

 p { color: rgb(178,253,173); }

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

background-color css

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

 a { background-color: rgb(178,253,173); }

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

border-color css

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

 span { border-color: rgb(178,253,173); }

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