Html Css Color HEX #BDFDED Water Leaf

📋 copy color: '#BDFDED'

red 189 ◦ green 253 ◦ blue 237

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

Shades of Water Leaf #BDFDED

Tints of Water Leaf #BDFDED

RGB

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

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

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

R = 27.84%
G = 37.26%
B = 34.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BDFDED (or 0xBDFDED) is known color: Water Leaf. HEX triplet: BD, FD and ED. RGB value is (189,253,237). Sum of RGB (Red+Green+Blue) = 189+253+237=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDED is #420212. Grayscale: #E8E8E8. Windows color (decimal): -4325907 or 15596989. OLE color: 15596989.

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

Color convert

RGB 189 253 237 -
CMYK 0.25 0 0.06 0.01
HSL 165º 0.94% 0.87% -
HSV(B) 165º 0.25% 0.99% -
XYZ 71.4 87.18 93.19 -
YUV 232.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 189 253 237 0.25 0 0.06 0.01 165 0.94 0.87
Hex BD FD ED 19 0 6 1 A5 5E 57
Octal 275 375 355 31 0 6 1 245 136 127
Binary 10111101 11111101 11101101 11001 0 110 1 10100101 1011110 1010111

Color Harmonies of #BDFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDED

Black with #BDFDED

Text Example


Text Example

White with #BDFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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