Html Css Color HEX #B6FFED Water Leaf

📋 copy color: '#B6FFED'

red 182 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #B6FFED

Tints of Water Leaf #B6FFED

RGB

 RED value IS 182 (71.48% from 255) = 27%

 GREEN value IS 255 (100% from 255) = 37.83%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 27%
G = 37.83%
B = 35.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B6FFED (or 0xB6FFED) is known color: Water Leaf. HEX triplet: B6, FF and ED. RGB value is (182,255,237). Sum of RGB (Red+Green+Blue) = 182+255+237=674 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.00% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFED is #490012. Grayscale: #E7E7E7. Windows color (decimal): -4784147 or 15597494. OLE color: 15597494.

HSL color Cylindrical-coordinate representation of color #B6FFED: hue angle of 165.21º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFED is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 237 -
CMYK 0.29 0 0.07 0
HSL 165.21º 1% 0.86% -
HSV(B) 165.21º 0.29% 1% -
XYZ 70.34 87.58 93.32 -
YUV 231.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 182 255 237 0.29 0 0.07 0 165.21 1 0.86
Hex B6 FF ED 1D 0 7 0 A5 64 56
Octal 266 377 355 35 0 7 0 245 144 126
Binary 10110110 11111111 11101101 11101 0 111 0 10100101 1100100 1010110

Color Harmonies of #B6FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFED

Black with #B6FFED

Text Example


Text Example

White with #B6FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFED; }

 p { color: rgb(182,255,237); }

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

background-color css

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

 a { background-color: rgb(182,255,237); }

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

border-color css

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

 span { border-color: rgb(182,255,237); }

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