Html Css Color HEX #BDFAEA Water Leaf

📋 copy color: '#BDFAEA'

red 189 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #BDFAEA

Tints of Water Leaf #BDFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.15%

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 28.08%
G = 37.15%
B = 34.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BDFAEA (or 0xBDFAEA) is known color: Water Leaf. HEX triplet: BD, FA and EA. RGB value is (189,250,234). Sum of RGB (Red+Green+Blue) = 189+250+234=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAEA is #420515. Grayscale: #E5E5E5. Windows color (decimal): -4326678 or 15399613. OLE color: 15399613.

HSL color Cylindrical-coordinate representation of color #BDFAEA: hue angle of 164.26º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAEA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 234 -
CMYK 0.24 0 0.06 0.02
HSL 164.26º 0.86% 0.86% -
HSV(B) 164.26º 0.24% 0.98% -
XYZ 70.02 85.13 90.58 -
YUV 229.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 189 250 234 0.24 0 0.06 0.02 164.26 0.86 0.86
Hex BD FA EA 18 0 6 2 A4 56 56
Octal 275 372 352 30 0 6 2 244 126 126
Binary 10111101 11111010 11101010 11000 0 110 10 10100100 1010110 1010110

Color Harmonies of #BDFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAEA

Black with #BDFAEA

Text Example


Text Example

White with #BDFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAEA; }

 p { color: rgb(189,250,234); }

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

background-color css

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

 a { background-color: rgb(189,250,234); }

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

border-color css

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

 span { border-color: rgb(189,250,234); }

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