Html Css Color HEX #BEFCEA Water Leaf

📋 copy color: '#BEFCEA'

red 190 ◦ green 252 ◦ blue 234

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

Shades of Water Leaf #BEFCEA

Tints of Water Leaf #BEFCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.62%

R = 28.11%
G = 37.28%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#BEFCEA (or 0xBEFCEA) is known color: Water Leaf. HEX triplet: BE, FC and EA. RGB value is (190,252,234). Sum of RGB (Red+Green+Blue) = 190+252+234=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCEA is #410315. Grayscale: #E7E7E7. Windows color (decimal): -4260630 or 15400126. OLE color: 15400126.

HSL color Cylindrical-coordinate representation of color #BEFCEA: hue angle of 162.58º 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 #BEFCEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 234 -
CMYK 0.25 0 0.07 0.01
HSL 162.58º 0.91% 0.87% -
HSV(B) 162.58º 0.25% 0.99% -
XYZ 70.9 86.51 90.8 -
YUV 231.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 190 252 234 0.25 0 0.07 0.01 162.58 0.91 0.87
Hex BE FC EA 19 0 7 1 A3 5B 57
Octal 276 374 352 31 0 7 1 243 133 127
Binary 10111110 11111100 11101010 11001 0 111 1 10100011 1011011 1010111

Color Harmonies of #BEFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCEA

Black with #BEFCEA

Text Example


Text Example

White with #BEFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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