Html Css Color HEX #B2FCAD Celadon

📋 copy color: '#B2FCAD'

red 178 ◦ green 252 ◦ blue 173

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

Shades of Celadon #B2FCAD

Tints of Celadon #B2FCAD

RGB

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

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

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

R = 29.52%
G = 41.79%
B = 28.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#B2FCAD (or 0xB2FCAD) is known color: Celadon. HEX triplet: B2, FC and AD. RGB value is (178,252,173). Sum of RGB (Red+Green+Blue) = 178+252+173=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FCAD is #4D0352. Grayscale: #DDDDDD. Windows color (decimal): -5047123 or 11402418. OLE color: 11402418.

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

Color convert

RGB 178 252 173 -
CMYK 0.29 0 0.31 0.01
HSL 116.2º 0.93% 0.83% -
HSV(B) 116.2º 0.31% 0.99% -
XYZ 60.71 82.1 52.18 -
YUV 220.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 178 252 173 0.29 0 0.31 0.01 116.2 0.93 0.83
Hex B2 FC AD 1D 0 1F 1 74 5D 53
Octal 262 374 255 35 0 37 1 164 135 123
Binary 10110010 11111100 10101101 11101 0 11111 1 1110100 1011101 1010011

Color Harmonies of #B2FCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCAD

Black with #B2FCAD

Text Example


Text Example

White with #B2FCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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