Html Css Color HEX #BFDFCC Aero Blue

📋 copy color: '#BFDFCC'

red 191 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #BFDFCC

Tints of Aero Blue #BFDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 30.91%
G = 36.08%
B = 33.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BFDFCC (or 0xBFDFCC) is known color: Aero Blue. HEX triplet: BF, DF and CC. RGB value is (191,223,204). Sum of RGB (Red+Green+Blue) = 191+223+204=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCC is #402033. Grayscale: #D3D3D3. Windows color (decimal): -4202548 or 13426623. OLE color: 13426623.

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

Color convert

RGB 191 223 204 -
CMYK 0.14 0 0.09 0.13
HSL 144.38º 0.33% 0.81% -
HSV(B) 144.38º 0.14% 0.87% -
XYZ 58.77 68.21 67.2 -
YUV 211.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 191 223 204 0.14 0 0.09 0.13 144.38 0.33 0.81
Hex BF DF CC E 0 9 D 90 21 51
Octal 277 337 314 16 0 11 15 220 41 121
Binary 10111111 11011111 11001100 1110 0 1001 1101 10010000 100001 1010001

Color Harmonies of #BFDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFCC

Black with #BFDFCC

Text Example


Text Example

White with #BFDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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