Html Css Color HEX #BDEACE Aero Blue

📋 copy color: '#BDEACE'

red 189 ◦ green 234 ◦ blue 206

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

Shades of Aero Blue #BDEACE

Tints of Aero Blue #BDEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 30.05%
G = 37.2%
B = 32.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BDEACE (or 0xBDEACE) is known color: Aero Blue. HEX triplet: BD, EA and CE. RGB value is (189,234,206). Sum of RGB (Red+Green+Blue) = 189+234+206=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEACE is #421531. Grayscale: #D9D9D9. Windows color (decimal): -4330802 or 13560509. OLE color: 13560509.

HSL color Cylindrical-coordinate representation of color #BDEACE: hue angle of 142.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEACE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 206 -
CMYK 0.19 0 0.12 0.08
HSL 142.67º 0.52% 0.83% -
HSV(B) 142.67º 0.19% 0.92% -
XYZ 61.55 74.12 69.46 -
YUV 217.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 189 234 206 0.19 0 0.12 0.08 142.67 0.52 0.83
Hex BD EA CE 13 0 C 8 8F 34 53
Octal 275 352 316 23 0 14 10 217 64 123
Binary 10111101 11101010 11001110 10011 0 1100 1000 10001111 110100 1010011

Color Harmonies of #BDEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEACE

Black with #BDEACE

Text Example


Text Example

White with #BDEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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