Html Css Color HEX #B5FCDF Water Leaf

📋 copy color: '#B5FCDF'

red 181 ◦ green 252 ◦ blue 223

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

Shades of Water Leaf #B5FCDF

Tints of Water Leaf #B5FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

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

R = 27.59%
G = 38.41%
B = 33.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B5FCDF (or 0xB5FCDF) is known color: Water Leaf. HEX triplet: B5, FC and DF. RGB value is (181,252,223). Sum of RGB (Red+Green+Blue) = 181+252+223=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCDF is #4A0320. Grayscale: #E3E3E3. Windows color (decimal): -4850465 or 14679221. OLE color: 14679221.

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

Color convert

RGB 181 252 223 -
CMYK 0.28 0 0.12 0.01
HSL 155.49º 0.92% 0.85% -
HSV(B) 155.49º 0.28% 0.99% -
XYZ 67.19 84.77 82.63 -
YUV 227.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 181 252 223 0.28 0 0.12 0.01 155.49 0.92 0.85
Hex B5 FC DF 1C 0 C 1 9B 5C 55
Octal 265 374 337 34 0 14 1 233 134 125
Binary 10110101 11111100 11011111 11100 0 1100 1 10011011 1011100 1010101

Color Harmonies of #B5FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FCDF

Black with #B5FCDF

Text Example


Text Example

White with #B5FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FCDF; }

 p { color: rgb(181,252,223); }

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

background-color css

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

 a { background-color: rgb(181,252,223); }

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

border-color css

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

 span { border-color: rgb(181,252,223); }

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