Html Css Color HEX #BFDCCD Aero Blue

📋 copy color: '#BFDCCD'

red 191 ◦ green 220 ◦ blue 205

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

Shades of Aero Blue #BFDCCD

Tints of Aero Blue #BFDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 31.01%
G = 35.71%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#BFDCCD (or 0xBFDCCD) is known color: Aero Blue. HEX triplet: BF, DC and CD. RGB value is (191,220,205). Sum of RGB (Red+Green+Blue) = 191+220+205=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCD is #402332. Grayscale: #D1D1D1. Windows color (decimal): -4203315 or 13491391. OLE color: 13491391.

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

Color convert

RGB 191 220 205 -
CMYK 0.13 0 0.07 0.14
HSL 148.97º 0.29% 0.81% -
HSV(B) 148.97º 0.13% 0.86% -
XYZ 58.1 66.67 67.56 -
YUV 209.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 191 220 205 0.13 0 0.07 0.14 148.97 0.29 0.81
Hex BF DC CD D 0 7 E 95 1D 51
Octal 277 334 315 15 0 7 16 225 35 121
Binary 10111111 11011100 11001101 1101 0 111 1110 10010101 11101 1010001

Color Harmonies of #BFDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCCD

Black with #BFDCCD

Text Example


Text Example

White with #BFDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCCD; }

 p { color: rgb(191,220,205); }

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

background-color css

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

 a { background-color: rgb(191,220,205); }

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

border-color css

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

 span { border-color: rgb(191,220,205); }

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