Html Css Color HEX #BFDDCD Aero Blue

📋 copy color: '#BFDDCD'

red 191 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #BFDDCD

Tints of Aero Blue #BFDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

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

R = 30.96%
G = 35.82%
B = 33.23%

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

#BFDDCD (or 0xBFDDCD) is known color: Aero Blue. HEX triplet: BF, DD and CD. RGB value is (191,221,205). Sum of RGB (Red+Green+Blue) = 191+221+205=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCD is #402232. Grayscale: #D2D2D2. Windows color (decimal): -4203059 or 13491647. OLE color: 13491647.

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

Color convert

RGB 191 221 205 -
CMYK 0.14 0 0.07 0.13
HSL 148º 0.31% 0.81% -
HSV(B) 148º 0.14% 0.87% -
XYZ 58.36 67.2 67.65 -
YUV 210.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 191 221 205 0.14 0 0.07 0.13 148 0.31 0.81
Hex BF DD CD E 0 7 D 94 1F 51
Octal 277 335 315 16 0 7 15 224 37 121
Binary 10111111 11011101 11001101 1110 0 111 1101 10010100 11111 1010001

Color Harmonies of #BFDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDCD

Black with #BFDDCD

Text Example


Text Example

White with #BFDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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