Html Css Color HEX #B5F2DF Water Leaf

📋 copy color: '#B5F2DF'

red 181 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #B5F2DF

Tints of Water Leaf #B5F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.46%

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

R = 28.02%
G = 37.46%
B = 34.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#B5F2DF (or 0xB5F2DF) is known color: Water Leaf. HEX triplet: B5, F2 and DF. RGB value is (181,242,223). Sum of RGB (Red+Green+Blue) = 181+242+223=646 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.02% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2DF is #4A0D20. Grayscale: #DDDDDD. Windows color (decimal): -4853025 or 14676661. OLE color: 14676661.

HSL color Cylindrical-coordinate representation of color #B5F2DF: hue angle of 161.31º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2DF is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 223 -
CMYK 0.25 0 0.08 0.05
HSL 161.31º 0.7% 0.83% -
HSV(B) 161.31º 0.25% 0.95% -
XYZ 64.13 78.66 81.61 -
YUV 221.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 181 242 223 0.25 0 0.08 0.05 161.31 0.7 0.83
Hex B5 F2 DF 19 0 8 5 A1 46 53
Octal 265 362 337 31 0 10 5 241 106 123
Binary 10110101 11110010 11011111 11001 0 1000 101 10100001 1000110 1010011

Color Harmonies of #B5F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F2DF

Black with #B5F2DF

Text Example


Text Example

White with #B5F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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