Html Css Color HEX #BFDECF Aero Blue

📋 copy color: '#BFDECF'

red 191 ◦ green 222 ◦ blue 207

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

Shades of Aero Blue #BFDECF

Tints of Aero Blue #BFDECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

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

R = 30.81%
G = 35.81%
B = 33.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BFDECF (or 0xBFDECF) is known color: Aero Blue. HEX triplet: BF, DE and CF. RGB value is (191,222,207). Sum of RGB (Red+Green+Blue) = 191+222+207=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDECF is #402130. Grayscale: #D3D3D3. Windows color (decimal): -4202801 or 13622975. OLE color: 13622975.

HSL color Cylindrical-coordinate representation of color #BFDECF: hue angle of 150.97º degrees, saturation: 0.32, 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 #BFDECF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 207 -
CMYK 0.14 0 0.07 0.13
HSL 150.97º 0.32% 0.81% -
HSV(B) 150.97º 0.14% 0.87% -
XYZ 58.87 67.82 69.02 -
YUV 211.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 191 222 207 0.14 0 0.07 0.13 150.97 0.32 0.81
Hex BF DE CF E 0 7 D 97 20 51
Octal 277 336 317 16 0 7 15 227 40 121
Binary 10111111 11011110 11001111 1110 0 111 1101 10010111 100000 1010001

Color Harmonies of #BFDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDECF

Black with #BFDECF

Text Example


Text Example

White with #BFDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDECF; }

 p { color: rgb(191,222,207); }

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

background-color css

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

 a { background-color: rgb(191,222,207); }

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

border-color css

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

 span { border-color: rgb(191,222,207); }

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