Html Css Color HEX #BFDFCF Aero Blue

📋 copy color: '#BFDFCF'

red 191 ◦ green 223 ◦ blue 207

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

Shades of Aero Blue #BFDFCF

Tints of Aero Blue #BFDFCF

RGB

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

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

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

R = 30.76%
G = 35.91%
B = 33.33%

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

#BFDFCF (or 0xBFDFCF) is known color: Aero Blue. HEX triplet: BF, DF and CF. RGB value is (191,223,207). Sum of RGB (Red+Green+Blue) = 191+223+207=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCF is #402030. Grayscale: #D3D3D3. Windows color (decimal): -4202545 or 13623231. OLE color: 13623231.

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

Color convert

RGB 191 223 207 -
CMYK 0.14 0 0.07 0.13
HSL 150º 0.33% 0.81% -
HSV(B) 150º 0.14% 0.87% -
XYZ 59.14 68.36 69.11 -
YUV 211.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 191 223 207 0.14 0 0.07 0.13 150 0.33 0.81
Hex BF DF CF E 0 7 D 96 21 51
Octal 277 337 317 16 0 7 15 226 41 121
Binary 10111111 11011111 11001111 1110 0 111 1101 10010110 100001 1010001

Color Harmonies of #BFDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFCF

Black with #BFDFCF

Text Example


Text Example

White with #BFDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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