Html Css Color HEX #BDFEF0 Water Leaf

📋 copy color: '#BDFEF0'

red 189 ◦ green 254 ◦ blue 240

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

Shades of Water Leaf #BDFEF0

Tints of Water Leaf #BDFEF0

RGB

 RED value IS 189 (74.22% from 255) = 27.67%

 GREEN value IS 254 (99.61% from 255) = 37.19%

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

R = 27.67%
G = 37.19%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#BDFEF0 (or 0xBDFEF0) is known color: Water Leaf. HEX triplet: BD, FE and F0. RGB value is (189,254,240). Sum of RGB (Red+Green+Blue) = 189+254+240=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF0 is #42010F. Grayscale: #E8E8E8. Windows color (decimal): -4325648 or 15793853. OLE color: 15793853.

HSL color Cylindrical-coordinate representation of color #BDFEF0: hue angle of 167.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEF0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 240 -
CMYK 0.26 0 0.06 0.00
HSL 167.08º 0.97% 0.87% -
HSV(B) 167.08º 0.26% 1% -
XYZ 72.16 87.99 95.62 -
YUV 232.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 189 254 240 0.26 0 0.06 0.00 167.08 0.97 0.87
Hex BD FE F0 1A 0 6 0 A7 61 57
Octal 275 376 360 32 0 6 0 247 141 127
Binary 10111101 11111110 11110000 11010 0 110 0 10100111 1100001 1010111

Color Harmonies of #BDFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEF0

Black with #BDFEF0

Text Example


Text Example

White with #BDFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEF0; }

 p { color: rgb(189,254,240); }

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

background-color css

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

 a { background-color: rgb(189,254,240); }

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

border-color css

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

 span { border-color: rgb(189,254,240); }

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