Html Css Color HEX #BDFDDC Aero Blue

📋 copy color: '#BDFDDC'

red 189 ◦ green 253 ◦ blue 220

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

Shades of Aero Blue #BDFDDC

Tints of Aero Blue #BDFDDC

RGB

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

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

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

R = 28.55%
G = 38.22%
B = 33.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BDFDDC (or 0xBDFDDC) is known color: Aero Blue. HEX triplet: BD, FD and DC. RGB value is (189,253,220). Sum of RGB (Red+Green+Blue) = 189+253+220=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDC is #420223. Grayscale: #E6E6E6. Windows color (decimal): -4325924 or 14482877. OLE color: 14482877.

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

Color convert

RGB 189 253 220 -
CMYK 0.25 0 0.13 0.01
HSL 149.06º 0.94% 0.87% -
HSV(B) 149.06º 0.25% 0.99% -
XYZ 69.03 86.24 80.72 -
YUV 230.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 189 253 220 0.25 0 0.13 0.01 149.06 0.94 0.87
Hex BD FD DC 19 0 D 1 95 5E 57
Octal 275 375 334 31 0 15 1 225 136 127
Binary 10111101 11111101 11011100 11001 0 1101 1 10010101 1011110 1010111

Color Harmonies of #BDFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDDC

Black with #BDFDDC

Text Example


Text Example

White with #BDFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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