Html Css Color HEX #BFDBCF Aero Blue

📋 copy color: '#BFDBCF'

red 191 ◦ green 219 ◦ blue 207

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

Shades of Aero Blue #BFDBCF

Tints of Aero Blue #BFDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.49%

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

R = 30.96%
G = 35.49%
B = 33.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BFDBCF (or 0xBFDBCF) is known color: Aero Blue. HEX triplet: BF, DB and CF. RGB value is (191,219,207). Sum of RGB (Red+Green+Blue) = 191+219+207=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBCF is #402430. Grayscale: #D1D1D1. Windows color (decimal): -4203569 or 13622207. OLE color: 13622207.

HSL color Cylindrical-coordinate representation of color #BFDBCF: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBCF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 219 207 -
CMYK 0.13 0 0.05 0.14
HSL 154.29º 0.28% 0.8% -
HSV(B) 154.29º 0.13% 0.86% -
XYZ 58.08 66.24 68.76 -
YUV 209.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 191 219 207 0.13 0 0.05 0.14 154.29 0.28 0.8
Hex BF DB CF D 0 5 E 9A 1C 50
Octal 277 333 317 15 0 5 16 232 34 120
Binary 10111111 11011011 11001111 1101 0 101 1110 10011010 11100 1010000

Color Harmonies of #BFDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBCF

Black with #BFDBCF

Text Example


Text Example

White with #BFDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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