Html Css Color HEX #BDFFED Water Leaf

📋 copy color: '#BDFFED'

red 189 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #BDFFED

Tints of Water Leaf #BDFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 37.44%

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

R = 27.75%
G = 37.44%
B = 34.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#BDFFED (or 0xBDFFED) is known color: Water Leaf. HEX triplet: BD, FF and ED. RGB value is (189,255,237). Sum of RGB (Red+Green+Blue) = 189+255+237=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFED is #420012. Grayscale: #E9E9E9. Windows color (decimal): -4325395 or 15597501. OLE color: 15597501.

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

Color convert

RGB 189 255 237 -
CMYK 0.26 0 0.07 0
HSL 163.64º 1% 0.87% -
HSV(B) 163.64º 0.26% 1% -
XYZ 72.03 88.45 93.4 -
YUV 233.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 189 255 237 0.26 0 0.07 0 163.64 1 0.87
Hex BD FF ED 1A 0 7 0 A4 64 57
Octal 275 377 355 32 0 7 0 244 144 127
Binary 10111101 11111111 11101101 11010 0 111 0 10100100 1100100 1010111

Color Harmonies of #BDFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFED

Black with #BDFFED

Text Example


Text Example

White with #BDFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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