Html Css Color HEX #BDFEEF Water Leaf

📋 copy color: '#BDFEEF'

red 189 ◦ green 254 ◦ blue 239

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

Shades of Water Leaf #BDFEEF

Tints of Water Leaf #BDFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 27.71%
G = 37.24%
B = 35.04%

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

#BDFEEF (or 0xBDFEEF) is known color: Water Leaf. HEX triplet: BD, FE and EF. RGB value is (189,254,239). Sum of RGB (Red+Green+Blue) = 189+254+239=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEF is #420110. Grayscale: #E8E8E8. Windows color (decimal): -4325649 or 15728317. OLE color: 15728317.

HSL color Cylindrical-coordinate representation of color #BDFEEF: hue angle of 166.15º 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 #BDFEEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 239 -
CMYK 0.26 0 0.06 0.00
HSL 166.15º 0.97% 0.87% -
HSV(B) 166.15º 0.26% 1% -
XYZ 72.01 87.93 94.84 -
YUV 232.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 189 254 239 0.26 0 0.06 0.00 166.15 0.97 0.87
Hex BD FE EF 1A 0 6 0 A6 61 57
Octal 275 376 357 32 0 6 0 246 141 127
Binary 10111101 11111110 11101111 11010 0 110 0 10100110 1100001 1010111

Color Harmonies of #BDFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEEF

Black with #BDFEEF

Text Example


Text Example

White with #BDFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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