Html Css Color HEX #BDF5DC Aero Blue

📋 copy color: '#BDF5DC'

red 189 ◦ green 245 ◦ blue 220

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

Shades of Aero Blue #BDF5DC

Tints of Aero Blue #BDF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

 BLUE value IS 220 (86.33% from 255) = 33.64%

R = 28.9%
G = 37.46%
B = 33.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BDF5DC (or 0xBDF5DC) is known color: Aero Blue. HEX triplet: BD, F5 and DC. RGB value is (189,245,220). Sum of RGB (Red+Green+Blue) = 189+245+220=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5DC is #420A23. Grayscale: #E1E1E1. Windows color (decimal): -4327972 or 14480829. OLE color: 14480829.

HSL color Cylindrical-coordinate representation of color #BDF5DC: hue angle of 153.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5DC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 220 -
CMYK 0.23 0 0.10 0.04
HSL 153.21º 0.74% 0.85% -
HSV(B) 153.21º 0.23% 0.96% -
XYZ 66.56 81.29 79.89 -
YUV 225.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 189 245 220 0.23 0 0.10 0.04 153.21 0.74 0.85
Hex BD F5 DC 17 0 A 4 99 4A 55
Octal 275 365 334 27 0 12 4 231 112 125
Binary 10111101 11110101 11011100 10111 0 1010 100 10011001 1001010 1010101

Color Harmonies of #BDF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF5DC

Black with #BDF5DC

Text Example


Text Example

White with #BDF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF5DC; }

 p { color: rgb(189,245,220); }

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

background-color css

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

 a { background-color: rgb(189,245,220); }

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

border-color css

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

 span { border-color: rgb(189,245,220); }

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