Html Css Color HEX #B6FEED Water Leaf

📋 copy color: '#B6FEED'

red 182 ◦ green 254 ◦ blue 237

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

Shades of Water Leaf #B6FEED

Tints of Water Leaf #B6FEED

RGB

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

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

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

R = 27.04%
G = 37.74%
B = 35.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#B6FEED (or 0xB6FEED) is known color: Water Leaf. HEX triplet: B6, FE and ED. RGB value is (182,254,237). Sum of RGB (Red+Green+Blue) = 182+254+237=673 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.04% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEED is #490112. Grayscale: #E6E6E6. Windows color (decimal): -4784403 or 15597238. OLE color: 15597238.

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

Color convert

RGB 182 254 237 -
CMYK 0.28 0 0.07 0.00
HSL 165.83º 0.97% 0.85% -
HSV(B) 165.83º 0.28% 1% -
XYZ 70.02 86.94 93.21 -
YUV 230.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 182 254 237 0.28 0 0.07 0.00 165.83 0.97 0.85
Hex B6 FE ED 1C 0 7 0 A6 61 55
Octal 266 376 355 34 0 7 0 246 141 125
Binary 10110110 11111110 11101101 11100 0 111 0 10100110 1100001 1010101

Color Harmonies of #B6FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FEED

Black with #B6FEED

Text Example


Text Example

White with #B6FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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