Html Css Color HEX #B2FEE6 Water Leaf

📋 copy color: '#B2FEE6'

red 178 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #B2FEE6

Tints of Water Leaf #B2FEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.37%

 BLUE value IS 230 (90.23% from 255) = 34.74%

R = 26.89%
G = 38.37%
B = 34.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#B2FEE6 (or 0xB2FEE6) is known color: Water Leaf. HEX triplet: B2, FE and E6. RGB value is (178,254,230). Sum of RGB (Red+Green+Blue) = 178+254+230=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEE6 is #4D0119. Grayscale: #E4E4E4. Windows color (decimal): -5046554 or 15138482. OLE color: 15138482.

HSL color Cylindrical-coordinate representation of color #B2FEE6: hue angle of 161.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEE6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 230 -
CMYK 0.30 0 0.09 0.00
HSL 161.05º 0.97% 0.85% -
HSV(B) 161.05º 0.3% 1% -
XYZ 68.08 86.06 87.89 -
YUV 228.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 178 254 230 0.30 0 0.09 0.00 161.05 0.97 0.85
Hex B2 FE E6 1E 0 9 0 A1 61 55
Octal 262 376 346 36 0 11 0 241 141 125
Binary 10110010 11111110 11100110 11110 0 1001 0 10100001 1100001 1010101

Color Harmonies of #B2FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEE6

Black with #B2FEE6

Text Example


Text Example

White with #B2FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEE6; }

 p { color: rgb(178,254,230); }

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

background-color css

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

 a { background-color: rgb(178,254,230); }

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

border-color css

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

 span { border-color: rgb(178,254,230); }

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