Html Css Color HEX #B4FDE6 Water Leaf

📋 copy color: '#B4FDE6'

red 180 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #B4FDE6

Tints of Water Leaf #B4FDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.69%

R = 27.15%
G = 38.16%
B = 34.69%

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

#B4FDE6 (or 0xB4FDE6) is known color: Water Leaf. HEX triplet: B4, FD and E6. RGB value is (180,253,230). Sum of RGB (Red+Green+Blue) = 180+253+230=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDE6 is #4B0219. Grayscale: #E4E4E4. Windows color (decimal): -4915738 or 15138228. OLE color: 15138228.

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

Color convert

RGB 180 253 230 -
CMYK 0.29 0 0.09 0.01
HSL 161.1º 0.95% 0.85% -
HSV(B) 161.1º 0.29% 0.99% -
XYZ 68.23 85.67 87.8 -
YUV 228.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 180 253 230 0.29 0 0.09 0.01 161.1 0.95 0.85
Hex B4 FD E6 1D 0 9 1 A1 5F 55
Octal 264 375 346 35 0 11 1 241 137 125
Binary 10110100 11111101 11100110 11101 0 1001 1 10100001 1011111 1010101

Color Harmonies of #B4FDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FDE6

Black with #B4FDE6

Text Example


Text Example

White with #B4FDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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