Html Css Color HEX #B6FBDF Water Leaf

📋 copy color: '#B6FBDF'

red 182 ◦ green 251 ◦ blue 223

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

Shades of Water Leaf #B6FBDF

Tints of Water Leaf #B6FBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.26%

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

R = 27.74%
G = 38.26%
B = 33.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B6FBDF (or 0xB6FBDF) is known color: Water Leaf. HEX triplet: B6, FB and DF. RGB value is (182,251,223). Sum of RGB (Red+Green+Blue) = 182+251+223=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBDF is #490420. Grayscale: #E3E3E3. Windows color (decimal): -4785185 or 14678966. OLE color: 14678966.

HSL color Cylindrical-coordinate representation of color #B6FBDF: hue angle of 155.65º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBDF is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 251 223 -
CMYK 0.27 0 0.11 0.02
HSL 155.65º 0.9% 0.85% -
HSV(B) 155.65º 0.27% 0.98% -
XYZ 67.11 84.27 82.54 -
YUV 227.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 182 251 223 0.27 0 0.11 0.02 155.65 0.9 0.85
Hex B6 FB DF 1B 0 B 2 9C 5A 55
Octal 266 373 337 33 0 13 2 234 132 125
Binary 10110110 11111011 11011111 11011 0 1011 10 10011100 1011010 1010101

Color Harmonies of #B6FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FBDF

Black with #B6FBDF

Text Example


Text Example

White with #B6FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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