Html Css Color HEX #B5FDE7 Water Leaf

📋 copy color: '#B5FDE7'

red 181 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #B5FDE7

Tints of Water Leaf #B5FDE7

RGB

 RED value IS 181 (71.09% from 255) = 27.22%

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

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

R = 27.22%
G = 38.05%
B = 34.74%

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

#B5FDE7 (or 0xB5FDE7) is known color: Water Leaf. HEX triplet: B5, FD and E7. RGB value is (181,253,231). Sum of RGB (Red+Green+Blue) = 181+253+231=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDE7 is #4A0218. Grayscale: #E4E4E4. Windows color (decimal): -4850201 or 15203765. OLE color: 15203765.

HSL color Cylindrical-coordinate representation of color #B5FDE7: hue angle of 161.67º 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 #B5FDE7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 253 231 -
CMYK 0.28 0 0.09 0.01
HSL 161.67º 0.95% 0.85% -
HSV(B) 161.67º 0.28% 0.99% -
XYZ 68.61 85.84 88.55 -
YUV 228.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 181 253 231 0.28 0 0.09 0.01 161.67 0.95 0.85
Hex B5 FD E7 1C 0 9 1 A2 5F 55
Octal 265 375 347 34 0 11 1 242 137 125
Binary 10110101 11111101 11100111 11100 0 1001 1 10100010 1011111 1010101

Color Harmonies of #B5FDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FDE7

Black with #B5FDE7

Text Example


Text Example

White with #B5FDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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