Html Css Color HEX #BDEFD2 Aero Blue

📋 copy color: '#BDEFD2'

red 189 ◦ green 239 ◦ blue 210

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

Shades of Aero Blue #BDEFD2

Tints of Aero Blue #BDEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.46%

 BLUE value IS 210 (82.42% from 255) = 32.92%

R = 29.62%
G = 37.46%
B = 32.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BDEFD2 (or 0xBDEFD2) is known color: Aero Blue. HEX triplet: BD, EF and D2. RGB value is (189,239,210). Sum of RGB (Red+Green+Blue) = 189+239+210=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD2 is #42102D. Grayscale: #DCDCDC. Windows color (decimal): -4329518 or 13823933. OLE color: 13823933.

HSL color Cylindrical-coordinate representation of color #BDEFD2: hue angle of 145.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 210 -
CMYK 0.21 0 0.12 0.06
HSL 145.2º 0.61% 0.84% -
HSV(B) 145.2º 0.21% 0.94% -
XYZ 63.49 77.2 72.53 -
YUV 220.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 189 239 210 0.21 0 0.12 0.06 145.2 0.61 0.84
Hex BD EF D2 15 0 C 6 91 3D 54
Octal 275 357 322 25 0 14 6 221 75 124
Binary 10111101 11101111 11010010 10101 0 1100 110 10010001 111101 1010100

Color Harmonies of #BDEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFD2

Black with #BDEFD2

Text Example


Text Example

White with #BDEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFD2; }

 p { color: rgb(189,239,210); }

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

background-color css

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

 a { background-color: rgb(189,239,210); }

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

border-color css

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

 span { border-color: rgb(189,239,210); }

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