Html Css Color HEX #BFDFD2 Aero Blue

📋 copy color: '#BFDFD2'

red 191 ◦ green 223 ◦ blue 210

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

Shades of Aero Blue #BFDFD2

Tints of Aero Blue #BFDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.65%

R = 30.61%
G = 35.74%
B = 33.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BFDFD2 (or 0xBFDFD2) is known color: Aero Blue. HEX triplet: BF, DF and D2. RGB value is (191,223,210). Sum of RGB (Red+Green+Blue) = 191+223+210=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD2 is #40202D. Grayscale: #D3D3D3. Windows color (decimal): -4202542 or 13819839. OLE color: 13819839.

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

Color convert

RGB 191 223 210 -
CMYK 0.14 0 0.06 0.13
HSL 155.63º 0.33% 0.81% -
HSV(B) 155.63º 0.14% 0.87% -
XYZ 59.51 68.5 71.06 -
YUV 211.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 191 223 210 0.14 0 0.06 0.13 155.63 0.33 0.81
Hex BF DF D2 E 0 6 D 9C 21 51
Octal 277 337 322 16 0 6 15 234 41 121
Binary 10111111 11011111 11010010 1110 0 110 1101 10011100 100001 1010001

Color Harmonies of #BFDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFD2

Black with #BFDFD2

Text Example


Text Example

White with #BFDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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