Html Css Color HEX #BEEFE7 Water Leaf

📋 copy color: '#BEEFE7'

red 190 ◦ green 239 ◦ blue 231

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

Shades of Water Leaf #BEEFE7

Tints of Water Leaf #BEEFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.21%

 BLUE value IS 231 (90.63% from 255) = 35%

R = 28.79%
G = 36.21%
B = 35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BEEFE7 (or 0xBEEFE7) is known color: Water Leaf. HEX triplet: BE, EF and E7. RGB value is (190,239,231). Sum of RGB (Red+Green+Blue) = 190+239+231=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE7 is #411018. Grayscale: #DFDFDF. Windows color (decimal): -4263961 or 15200190. OLE color: 15200190.

HSL color Cylindrical-coordinate representation of color #BEEFE7: hue angle of 170.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 231 -
CMYK 0.21 0 0.03 0.06
HSL 170.2º 0.6% 0.84% -
HSV(B) 170.2º 0.21% 0.94% -
XYZ 66.53 78.45 87.24 -
YUV 223.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 190 239 231 0.21 0 0.03 0.06 170.2 0.6 0.84
Hex BE EF E7 15 0 3 6 AA 3C 54
Octal 276 357 347 25 0 3 6 252 74 124
Binary 10111110 11101111 11100111 10101 0 11 110 10101010 111100 1010100

Color Harmonies of #BEEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFE7

Black with #BEEFE7

Text Example


Text Example

White with #BEEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFE7; }

 p { color: rgb(190,239,231); }

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

background-color css

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

 a { background-color: rgb(190,239,231); }

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

border-color css

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

 span { border-color: rgb(190,239,231); }

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