Html Css Color HEX #BEFCEC Water Leaf

📋 copy color: '#BEFCEC'

red 190 ◦ green 252 ◦ blue 236

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

Shades of Water Leaf #BEFCEC

Tints of Water Leaf #BEFCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 28.02%
G = 37.17%
B = 34.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BEFCEC (or 0xBEFCEC) is known color: Water Leaf. HEX triplet: BE, FC and EC. RGB value is (190,252,236). Sum of RGB (Red+Green+Blue) = 190+252+236=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCEC is #410313. Grayscale: #E7E7E7. Windows color (decimal): -4260628 or 15531198. OLE color: 15531198.

HSL color Cylindrical-coordinate representation of color #BEFCEC: hue angle of 164.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 236 -
CMYK 0.25 0 0.06 0.01
HSL 164.52º 0.91% 0.87% -
HSV(B) 164.52º 0.25% 0.99% -
XYZ 71.19 86.62 92.33 -
YUV 231.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 190 252 236 0.25 0 0.06 0.01 164.52 0.91 0.87
Hex BE FC EC 19 0 6 1 A5 5B 57
Octal 276 374 354 31 0 6 1 245 133 127
Binary 10111110 11111100 11101100 11001 0 110 1 10100101 1011011 1010111

Color Harmonies of #BEFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCEC

Black with #BEFCEC

Text Example


Text Example

White with #BEFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCEC; }

 p { color: rgb(190,252,236); }

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

background-color css

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

 a { background-color: rgb(190,252,236); }

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

border-color css

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

 span { border-color: rgb(190,252,236); }

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