Html Css Color HEX #BEEADF Water Leaf

📋 copy color: '#BEEADF'

red 190 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #BEEADF

Tints of Water Leaf #BEEADF

RGB

 RED value IS 190 (74.61% from 255) = 29.37%

 GREEN value IS 234 (91.8% from 255) = 36.17%

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

R = 29.37%
G = 36.17%
B = 34.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BEEADF (or 0xBEEADF) is known color: Water Leaf. HEX triplet: BE, EA and DF. RGB value is (190,234,223). Sum of RGB (Red+Green+Blue) = 190+234+223=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADF is #411520. Grayscale: #DBDBDB. Windows color (decimal): -4265249 or 14674622. OLE color: 14674622.

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

Color convert

RGB 190 234 223 -
CMYK 0.19 0 0.05 0.08
HSL 165º 0.51% 0.83% -
HSV(B) 165º 0.19% 0.92% -
XYZ 63.98 75.12 80.94 -
YUV 219.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 190 234 223 0.19 0 0.05 0.08 165 0.51 0.83
Hex BE EA DF 13 0 5 8 A5 33 53
Octal 276 352 337 23 0 5 10 245 63 123
Binary 10111110 11101010 11011111 10011 0 101 1000 10100101 110011 1010011

Color Harmonies of #BEEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEADF

Black with #BEEADF

Text Example


Text Example

White with #BEEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEADF; }

 p { color: rgb(190,234,223); }

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

background-color css

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

 a { background-color: rgb(190,234,223); }

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

border-color css

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

 span { border-color: rgb(190,234,223); }

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