Html Css Color HEX #B2FDEB Water Leaf

📋 copy color: '#B2FDEB'

red 178 ◦ green 253 ◦ blue 235

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

Shades of Water Leaf #B2FDEB

Tints of Water Leaf #B2FDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 26.73%
G = 37.99%
B = 35.29%

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

#B2FDEB (or 0xB2FDEB) is known color: Water Leaf. HEX triplet: B2, FD and EB. RGB value is (178,253,235). Sum of RGB (Red+Green+Blue) = 178+253+235=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDEB is #4D0214. Grayscale: #E4E4E4. Windows color (decimal): -5046805 or 15465906. OLE color: 15465906.

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

Color convert

RGB 178 253 235 -
CMYK 0.30 0 0.07 0.01
HSL 165.6º 0.95% 0.85% -
HSV(B) 165.6º 0.3% 0.99% -
XYZ 68.48 85.71 91.53 -
YUV 228.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 178 253 235 0.30 0 0.07 0.01 165.6 0.95 0.85
Hex B2 FD EB 1E 0 7 1 A6 5F 55
Octal 262 375 353 36 0 7 1 246 137 125
Binary 10110010 11111101 11101011 11110 0 111 1 10100110 1011111 1010101

Color Harmonies of #B2FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDEB

Black with #B2FDEB

Text Example


Text Example

White with #B2FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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