Html Css Color HEX #BEEDDF Water Leaf

📋 copy color: '#BEEDDF'

red 190 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #BEEDDF

Tints of Water Leaf #BEEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

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

R = 29.23%
G = 36.46%
B = 34.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BEEDDF (or 0xBEEDDF) is known color: Water Leaf. HEX triplet: BE, ED and DF. RGB value is (190,237,223). Sum of RGB (Red+Green+Blue) = 190+237+223=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDDF is #411220. Grayscale: #DDDDDD. Windows color (decimal): -4264481 or 14675390. OLE color: 14675390.

HSL color Cylindrical-coordinate representation of color #BEEDDF: hue angle of 162.13º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDDF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 223 -
CMYK 0.20 0 0.06 0.07
HSL 162.13º 0.57% 0.84% -
HSV(B) 162.13º 0.2% 0.93% -
XYZ 64.84 76.84 81.23 -
YUV 221.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 190 237 223 0.20 0 0.06 0.07 162.13 0.57 0.84
Hex BE ED DF 14 0 6 7 A2 39 54
Octal 276 355 337 24 0 6 7 242 71 124
Binary 10111110 11101101 11011111 10100 0 110 111 10100010 111001 1010100

Color Harmonies of #BEEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDDF

Black with #BEEDDF

Text Example


Text Example

White with #BEEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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