Html Css Color HEX #BDFBDB Aero Blue

📋 copy color: '#BDFBDB'

red 189 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #BDFBDB

Tints of Aero Blue #BDFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 28.68%
G = 38.09%
B = 33.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BDFBDB (or 0xBDFBDB) is known color: Aero Blue. HEX triplet: BD, FB and DB. RGB value is (189,251,219). Sum of RGB (Red+Green+Blue) = 189+251+219=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDB is #420424. Grayscale: #E4E4E4. Windows color (decimal): -4326437 or 14416829. OLE color: 14416829.

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

Color convert

RGB 189 251 219 -
CMYK 0.25 0 0.13 0.02
HSL 149.03º 0.89% 0.86% -
HSV(B) 149.03º 0.25% 0.98% -
XYZ 68.27 84.93 79.81 -
YUV 228.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 189 251 219 0.25 0 0.13 0.02 149.03 0.89 0.86
Hex BD FB DB 19 0 D 2 95 59 56
Octal 275 373 333 31 0 15 2 225 131 126
Binary 10111101 11111011 11011011 11001 0 1101 10 10010101 1011001 1010110

Color Harmonies of #BDFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBDB

Black with #BDFBDB

Text Example


Text Example

White with #BDFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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