Html Css Color HEX #BEFCDB Aero Blue

📋 copy color: '#BEFCDB'

red 190 ◦ green 252 ◦ blue 219

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

Shades of Aero Blue #BEFCDB

Tints of Aero Blue #BEFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.12%

 BLUE value IS 219 (85.94% from 255) = 33.13%

R = 28.74%
G = 38.12%
B = 33.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BEFCDB (or 0xBEFCDB) is known color: Aero Blue. HEX triplet: BE, FC and DB. RGB value is (190,252,219). Sum of RGB (Red+Green+Blue) = 190+252+219=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCDB is #410324. Grayscale: #E5E5E5. Windows color (decimal): -4260645 or 14417086. OLE color: 14417086.

HSL color Cylindrical-coordinate representation of color #BEFCDB: hue angle of 148.06º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 219 -
CMYK 0.25 0 0.13 0.01
HSL 148.06º 0.91% 0.87% -
HSV(B) 148.06º 0.25% 0.99% -
XYZ 68.83 85.68 79.93 -
YUV 229.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 190 252 219 0.25 0 0.13 0.01 148.06 0.91 0.87
Hex BE FC DB 19 0 D 1 94 5B 57
Octal 276 374 333 31 0 15 1 224 133 127
Binary 10111110 11111100 11011011 11001 0 1101 1 10010100 1011011 1010111

Color Harmonies of #BEFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCDB

Black with #BEFCDB

Text Example


Text Example

White with #BEFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCDB; }

 p { color: rgb(190,252,219); }

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

background-color css

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

 a { background-color: rgb(190,252,219); }

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

border-color css

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

 span { border-color: rgb(190,252,219); }

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