Html Css Color HEX #B2FDEC Water Leaf

📋 copy color: '#B2FDEC'

red 178 ◦ green 253 ◦ blue 236

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

Shades of Water Leaf #B2FDEC

Tints of Water Leaf #B2FDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 26.69%
G = 37.93%
B = 35.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#B2FDEC (or 0xB2FDEC) is known color: Water Leaf. HEX triplet: B2, FD and EC. RGB value is (178,253,236). Sum of RGB (Red+Green+Blue) = 178+253+236=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDEC is #4D0213. Grayscale: #E4E4E4. Windows color (decimal): -5046804 or 15531442. OLE color: 15531442.

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

Color convert

RGB 178 253 236 -
CMYK 0.30 0 0.07 0.01
HSL 166.4º 0.95% 0.85% -
HSV(B) 166.4º 0.3% 0.99% -
XYZ 68.63 85.77 92.3 -
YUV 228.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 178 253 236 0.30 0 0.07 0.01 166.4 0.95 0.85
Hex B2 FD EC 1E 0 7 1 A6 5F 55
Octal 262 375 354 36 0 7 1 246 137 125
Binary 10110010 11111101 11101100 11110 0 111 1 10100110 1011111 1010101

Color Harmonies of #B2FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDEC

Black with #B2FDEC

Text Example


Text Example

White with #B2FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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