Html Css Color HEX #BFDFCE Aero Blue

📋 copy color: '#BFDFCE'

red 191 ◦ green 223 ◦ blue 206

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

Shades of Aero Blue #BFDFCE

Tints of Aero Blue #BFDFCE

RGB

 RED value IS 191 (75% from 255) = 30.81%

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

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 30.81%
G = 35.97%
B = 33.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BFDFCE (or 0xBFDFCE) is known color: Aero Blue. HEX triplet: BF, DF and CE. RGB value is (191,223,206). Sum of RGB (Red+Green+Blue) = 191+223+206=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCE is #402031. Grayscale: #D3D3D3. Windows color (decimal): -4202546 or 13557695. OLE color: 13557695.

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

Color convert

RGB 191 223 206 -
CMYK 0.14 0 0.08 0.13
HSL 148.13º 0.33% 0.81% -
HSV(B) 148.13º 0.14% 0.87% -
XYZ 59.01 68.31 68.47 -
YUV 211.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 191 223 206 0.14 0 0.08 0.13 148.13 0.33 0.81
Hex BF DF CE E 0 8 D 94 21 51
Octal 277 337 316 16 0 10 15 224 41 121
Binary 10111111 11011111 11001110 1110 0 1000 1101 10010100 100001 1010001

Color Harmonies of #BFDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFCE

Black with #BFDFCE

Text Example


Text Example

White with #BFDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFCE; }

 p { color: rgb(191,223,206); }

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

background-color css

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

 a { background-color: rgb(191,223,206); }

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

border-color css

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

 span { border-color: rgb(191,223,206); }

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