Html Css Color HEX #BDFDEF Water Leaf

📋 copy color: '#BDFDEF'

red 189 ◦ green 253 ◦ blue 239

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

Shades of Water Leaf #BDFDEF

Tints of Water Leaf #BDFDEF

RGB

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

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

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

R = 27.75%
G = 37.15%
B = 35.1%

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

#BDFDEF (or 0xBDFDEF) is known color: Water Leaf. HEX triplet: BD, FD and EF. RGB value is (189,253,239). Sum of RGB (Red+Green+Blue) = 189+253+239=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDEF is #420210. Grayscale: #E8E8E8. Windows color (decimal): -4325905 or 15728061. OLE color: 15728061.

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

Color convert

RGB 189 253 239 -
CMYK 0.25 0 0.06 0.01
HSL 166.88º 0.94% 0.87% -
HSV(B) 166.88º 0.25% 0.99% -
XYZ 71.69 87.3 94.73 -
YUV 232.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 189 253 239 0.25 0 0.06 0.01 166.88 0.94 0.87
Hex BD FD EF 19 0 6 1 A7 5E 57
Octal 275 375 357 31 0 6 1 247 136 127
Binary 10111101 11111101 11101111 11001 0 110 1 10100111 1011110 1010111

Color Harmonies of #BDFDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDEF

Black with #BDFDEF

Text Example


Text Example

White with #BDFDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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