Html Css Color HEX #BDDDCF Aero Blue

📋 copy color: '#BDDDCF'

red 189 ◦ green 221 ◦ blue 207

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

Shades of Aero Blue #BDDDCF

Tints of Aero Blue #BDDDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

 BLUE value IS 207 (81.25% from 255) = 33.55%

R = 30.63%
G = 35.82%
B = 33.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BDDDCF (or 0xBDDDCF) is known color: Aero Blue. HEX triplet: BD, DD and CF. RGB value is (189,221,207). Sum of RGB (Red+Green+Blue) = 189+221+207=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCF is #422230. Grayscale: #D1D1D1. Windows color (decimal): -4334129 or 13622717. OLE color: 13622717.

HSL color Cylindrical-coordinate representation of color #BDDDCF: hue angle of 153.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDCF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 207 -
CMYK 0.14 0 0.06 0.13
HSL 153.75º 0.32% 0.8% -
HSV(B) 153.75º 0.14% 0.87% -
XYZ 58.11 67.04 68.91 -
YUV 209.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 189 221 207 0.14 0 0.06 0.13 153.75 0.32 0.8
Hex BD DD CF E 0 6 D 9A 20 50
Octal 275 335 317 16 0 6 15 232 40 120
Binary 10111101 11011101 11001111 1110 0 110 1101 10011010 100000 1010000

Color Harmonies of #BDDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDCF

Black with #BDDDCF

Text Example


Text Example

White with #BDDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDCF; }

 p { color: rgb(189,221,207); }

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

background-color css

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

 a { background-color: rgb(189,221,207); }

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

border-color css

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

 span { border-color: rgb(189,221,207); }

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