Html Css Color HEX #B6F8DF Water Leaf

📋 copy color: '#B6F8DF'

red 182 ◦ green 248 ◦ blue 223

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

Shades of Water Leaf #B6F8DF

Tints of Water Leaf #B6F8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.98%

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 27.87%
G = 37.98%
B = 34.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#B6F8DF (or 0xB6F8DF) is known color: Water Leaf. HEX triplet: B6, F8 and DF. RGB value is (182,248,223). Sum of RGB (Red+Green+Blue) = 182+248+223=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F8DF is #490720. Grayscale: #E1E1E1. Windows color (decimal): -4785953 or 14678198. OLE color: 14678198.

HSL color Cylindrical-coordinate representation of color #B6F8DF: hue angle of 157.27º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F8DF is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 248 223 -
CMYK 0.27 0 0.10 0.03
HSL 157.27º 0.83% 0.84% -
HSV(B) 157.27º 0.27% 0.97% -
XYZ 66.18 82.41 82.23 -
YUV 225.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 182 248 223 0.27 0 0.10 0.03 157.27 0.83 0.84
Hex B6 F8 DF 1B 0 A 3 9D 52 54
Octal 266 370 337 33 0 12 3 235 122 124
Binary 10110110 11111000 11011111 11011 0 1010 11 10011101 1010010 1010100

Color Harmonies of #B6F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F8DF

Black with #B6F8DF

Text Example


Text Example

White with #B6F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F8DF; }

 p { color: rgb(182,248,223); }

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

background-color css

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

 a { background-color: rgb(182,248,223); }

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

border-color css

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

 span { border-color: rgb(182,248,223); }

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