Html Css Color HEX #BDFEED Water Leaf

📋 copy color: '#BDFEED'

red 189 ◦ green 254 ◦ blue 237

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

Shades of Water Leaf #BDFEED

Tints of Water Leaf #BDFEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 27.79%
G = 37.35%
B = 34.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#BDFEED (or 0xBDFEED) is known color: Water Leaf. HEX triplet: BD, FE and ED. RGB value is (189,254,237). Sum of RGB (Red+Green+Blue) = 189+254+237=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEED is #420112. Grayscale: #E8E8E8. Windows color (decimal): -4325651 or 15597245. OLE color: 15597245.

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

Color convert

RGB 189 254 237 -
CMYK 0.26 0 0.07 0.00
HSL 164.31º 0.97% 0.87% -
HSV(B) 164.31º 0.26% 1% -
XYZ 71.71 87.82 93.29 -
YUV 232.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 189 254 237 0.26 0 0.07 0.00 164.31 0.97 0.87
Hex BD FE ED 1A 0 7 0 A4 61 57
Octal 275 376 355 32 0 7 0 244 141 127
Binary 10111101 11111110 11101101 11010 0 111 0 10100100 1100001 1010111

Color Harmonies of #BDFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEED

Black with #BDFEED

Text Example


Text Example

White with #BDFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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