Html Css Color HEX #B4FDE5 Water Leaf

📋 copy color: '#B4FDE5'

red 180 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #B4FDE5

Tints of Water Leaf #B4FDE5

RGB

 RED value IS 180 (70.7% from 255) = 27.19%

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

 BLUE value IS 229 (89.84% from 255) = 34.59%

R = 27.19%
G = 38.22%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#B4FDE5 (or 0xB4FDE5) is known color: Water Leaf. HEX triplet: B4, FD and E5. RGB value is (180,253,229). Sum of RGB (Red+Green+Blue) = 180+253+229=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDE5 is #4B021A. Grayscale: #E4E4E4. Windows color (decimal): -4915739 or 15072692. OLE color: 15072692.

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

Color convert

RGB 180 253 229 -
CMYK 0.29 0 0.09 0.01
HSL 160.27º 0.95% 0.85% -
HSV(B) 160.27º 0.29% 0.99% -
XYZ 68.09 85.61 87.06 -
YUV 228.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 180 253 229 0.29 0 0.09 0.01 160.27 0.95 0.85
Hex B4 FD E5 1D 0 9 1 A0 5F 55
Octal 264 375 345 35 0 11 1 240 137 125
Binary 10110100 11111101 11100101 11101 0 1001 1 10100000 1011111 1010101

Color Harmonies of #B4FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FDE5

Black with #B4FDE5

Text Example


Text Example

White with #B4FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FDE5; }

 p { color: rgb(180,253,229); }

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

background-color css

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

 a { background-color: rgb(180,253,229); }

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

border-color css

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

 span { border-color: rgb(180,253,229); }

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