Html Css Color HEX #BDEDCF Aero Blue

📋 copy color: '#BDEDCF'

red 189 ◦ green 237 ◦ blue 207

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

Shades of Aero Blue #BDEDCF

Tints of Aero Blue #BDEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

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

R = 29.86%
G = 37.44%
B = 32.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BDEDCF (or 0xBDEDCF) is known color: Aero Blue. HEX triplet: BD, ED and CF. RGB value is (189,237,207). Sum of RGB (Red+Green+Blue) = 189+237+207=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCF is #421230. Grayscale: #DBDBDB. Windows color (decimal): -4330033 or 13626813. OLE color: 13626813.

HSL color Cylindrical-coordinate representation of color #BDEDCF: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 207 -
CMYK 0.20 0 0.13 0.07
HSL 142.5º 0.57% 0.84% -
HSV(B) 142.5º 0.2% 0.93% -
XYZ 62.53 75.89 70.38 -
YUV 219.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 189 237 207 0.20 0 0.13 0.07 142.5 0.57 0.84
Hex BD ED CF 14 0 D 7 8E 39 54
Octal 275 355 317 24 0 15 7 216 71 124
Binary 10111101 11101101 11001111 10100 0 1101 111 10001110 111001 1010100

Color Harmonies of #BDEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDCF

Black with #BDEDCF

Text Example


Text Example

White with #BDEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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