Html Css Color HEX #BDFBDC Aero Blue

📋 copy color: '#BDFBDC'

red 189 ◦ green 251 ◦ blue 220

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

Shades of Aero Blue #BDFBDC

Tints of Aero Blue #BDFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

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

R = 28.64%
G = 38.03%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BDFBDC (or 0xBDFBDC) is known color: Aero Blue. HEX triplet: BD, FB and DC. RGB value is (189,251,220). Sum of RGB (Red+Green+Blue) = 189+251+220=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDC is #420423. Grayscale: #E4E4E4. Windows color (decimal): -4326436 or 14482365. OLE color: 14482365.

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

Color convert

RGB 189 251 220 -
CMYK 0.25 0 0.12 0.02
HSL 150º 0.89% 0.86% -
HSV(B) 150º 0.25% 0.98% -
XYZ 68.4 84.98 80.51 -
YUV 228.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 189 251 220 0.25 0 0.12 0.02 150 0.89 0.86
Hex BD FB DC 19 0 C 2 96 59 56
Octal 275 373 334 31 0 14 2 226 131 126
Binary 10111101 11111011 11011100 11001 0 1100 10 10010110 1011001 1010110

Color Harmonies of #BDFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBDC

Black with #BDFBDC

Text Example


Text Example

White with #BDFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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