Html Css Color HEX #BEFDF0 Water Leaf

📋 copy color: '#BEFDF0'

red 190 ◦ green 253 ◦ blue 240

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

Shades of Water Leaf #BEFDF0

Tints of Water Leaf #BEFDF0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.04%

 BLUE value IS 240 (94.14% from 255) = 35.14%

R = 27.82%
G = 37.04%
B = 35.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BEFDF0 (or 0xBEFDF0) is known color: Water Leaf. HEX triplet: BE, FD and F0. RGB value is (190,253,240). Sum of RGB (Red+Green+Blue) = 190+253+240=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF0 is #41020F. Grayscale: #E8E8E8. Windows color (decimal): -4260368 or 15793598. OLE color: 15793598.

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

Color convert

RGB 190 253 240 -
CMYK 0.25 0 0.05 0.01
HSL 167.62º 0.94% 0.87% -
HSV(B) 167.62º 0.25% 0.99% -
XYZ 72.09 87.49 95.53 -
YUV 232.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 190 253 240 0.25 0 0.05 0.01 167.62 0.94 0.87
Hex BE FD F0 19 0 5 1 A8 5E 57
Octal 276 375 360 31 0 5 1 250 136 127
Binary 10111110 11111101 11110000 11001 0 101 1 10101000 1011110 1010111

Color Harmonies of #BEFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDF0

Black with #BEFDF0

Text Example


Text Example

White with #BEFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDF0; }

 p { color: rgb(190,253,240); }

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

background-color css

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

 a { background-color: rgb(190,253,240); }

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

border-color css

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

 span { border-color: rgb(190,253,240); }

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