Html Css Color HEX #BEDFCC Aero Blue

📋 copy color: '#BEDFCC'

red 190 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #BEDFCC

Tints of Aero Blue #BEDFCC

RGB

 RED value IS 190 (74.61% from 255) = 30.79%

 GREEN value IS 223 (87.5% from 255) = 36.14%

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 30.79%
G = 36.14%
B = 33.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BEDFCC (or 0xBEDFCC) is known color: Aero Blue. HEX triplet: BE, DF and CC. RGB value is (190,223,204). Sum of RGB (Red+Green+Blue) = 190+223+204=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCC is #412033. Grayscale: #D3D3D3. Windows color (decimal): -4268084 or 13426622. OLE color: 13426622.

HSL color Cylindrical-coordinate representation of color #BEDFCC: hue angle of 145.45º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFCC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 204 -
CMYK 0.15 0 0.09 0.13
HSL 145.45º 0.34% 0.81% -
HSV(B) 145.45º 0.15% 0.87% -
XYZ 58.52 68.08 67.18 -
YUV 210.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 190 223 204 0.15 0 0.09 0.13 145.45 0.34 0.81
Hex BE DF CC F 0 9 D 91 22 51
Octal 276 337 314 17 0 11 15 221 42 121
Binary 10111110 11011111 11001100 1111 0 1001 1101 10010001 100010 1010001

Color Harmonies of #BEDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFCC

Black with #BEDFCC

Text Example


Text Example

White with #BEDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFCC; }

 p { color: rgb(190,223,204); }

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

background-color css

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

 a { background-color: rgb(190,223,204); }

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

border-color css

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

 span { border-color: rgb(190,223,204); }

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