Html Css Color HEX #B2FDE8 Water Leaf

📋 copy color: '#B2FDE8'

red 178 ◦ green 253 ◦ blue 232

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

Shades of Water Leaf #B2FDE8

Tints of Water Leaf #B2FDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.99%

R = 26.85%
G = 38.16%
B = 34.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#B2FDE8 (or 0xB2FDE8) is known color: Water Leaf. HEX triplet: B2, FD and E8. RGB value is (178,253,232). Sum of RGB (Red+Green+Blue) = 178+253+232=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDE8 is #4D0217. Grayscale: #E4E4E4. Windows color (decimal): -5046808 or 15269298. OLE color: 15269298.

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

Color convert

RGB 178 253 232 -
CMYK 0.30 0 0.08 0.01
HSL 163.2º 0.95% 0.85% -
HSV(B) 163.2º 0.3% 0.99% -
XYZ 68.05 85.54 89.27 -
YUV 228.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 178 253 232 0.30 0 0.08 0.01 163.2 0.95 0.85
Hex B2 FD E8 1E 0 8 1 A3 5F 55
Octal 262 375 350 36 0 10 1 243 137 125
Binary 10110010 11111101 11101000 11110 0 1000 1 10100011 1011111 1010101

Color Harmonies of #B2FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDE8

Black with #B2FDE8

Text Example


Text Example

White with #B2FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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