Html Css Color HEX #BEFAEA Water Leaf

📋 copy color: '#BEFAEA'

red 190 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #BEFAEA

Tints of Water Leaf #BEFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.09%

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

R = 28.19%
G = 37.09%
B = 34.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BEFAEA (or 0xBEFAEA) is known color: Water Leaf. HEX triplet: BE, FA and EA. RGB value is (190,250,234). Sum of RGB (Red+Green+Blue) = 190+250+234=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAEA is #410515. Grayscale: #E6E6E6. Windows color (decimal): -4261142 or 15399614. OLE color: 15399614.

HSL color Cylindrical-coordinate representation of color #BEFAEA: hue angle of 164º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAEA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 234 -
CMYK 0.24 0 0.06 0.02
HSL 164º 0.86% 0.86% -
HSV(B) 164º 0.24% 0.98% -
XYZ 70.27 85.26 90.59 -
YUV 230.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 190 250 234 0.24 0 0.06 0.02 164 0.86 0.86
Hex BE FA EA 18 0 6 2 A4 56 56
Octal 276 372 352 30 0 6 2 244 126 126
Binary 10111110 11111010 11101010 11000 0 110 10 10100100 1010110 1010110

Color Harmonies of #BEFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFAEA

Black with #BEFAEA

Text Example


Text Example

White with #BEFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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