Html Css Color HEX #B6FDE7 Water Leaf

📋 copy color: '#B6FDE7'

red 182 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #B6FDE7

Tints of Water Leaf #B6FDE7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 27.33%
G = 37.99%
B = 34.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#B6FDE7 (or 0xB6FDE7) is known color: Water Leaf. HEX triplet: B6, FD and E7. RGB value is (182,253,231). Sum of RGB (Red+Green+Blue) = 182+253+231=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FDE7 is #490218. Grayscale: #E5E5E5. Windows color (decimal): -4784665 or 15203766. OLE color: 15203766.

HSL color Cylindrical-coordinate representation of color #B6FDE7: hue angle of 161.41º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDE7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 253 231 -
CMYK 0.28 0 0.09 0.01
HSL 161.41º 0.95% 0.85% -
HSV(B) 161.41º 0.28% 0.99% -
XYZ 68.84 85.97 88.57 -
YUV 229.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 182 253 231 0.28 0 0.09 0.01 161.41 0.95 0.85
Hex B6 FD E7 1C 0 9 1 A1 5F 55
Octal 266 375 347 34 0 11 1 241 137 125
Binary 10110110 11111101 11100111 11100 0 1001 1 10100001 1011111 1010101

Color Harmonies of #B6FDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FDE7

Black with #B6FDE7

Text Example


Text Example

White with #B6FDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FDE7; }

 p { color: rgb(182,253,231); }

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

background-color css

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

 a { background-color: rgb(182,253,231); }

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

border-color css

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

 span { border-color: rgb(182,253,231); }

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