Html Css Color HEX #BFE6D6 Aero Blue

📋 copy color: '#BFE6D6'

red 191 ◦ green 230 ◦ blue 214

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

Shades of Aero Blue #BFE6D6

Tints of Aero Blue #BFE6D6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.22%

 BLUE value IS 214 (83.98% from 255) = 33.7%

R = 30.08%
G = 36.22%
B = 33.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#BFE6D6 (or 0xBFE6D6) is known color: Aero Blue. HEX triplet: BF, E6 and D6. RGB value is (191,230,214). Sum of RGB (Red+Green+Blue) = 191+230+214=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6D6 is #401929. Grayscale: #D8D8D8. Windows color (decimal): -4200746 or 14083775. OLE color: 14083775.

HSL color Cylindrical-coordinate representation of color #BFE6D6: hue angle of 155.38º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6D6 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 214 -
CMYK 0.17 0 0.07 0.10
HSL 155.38º 0.44% 0.83% -
HSV(B) 155.38º 0.17% 0.9% -
XYZ 61.92 72.53 74.35 -
YUV 216.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 191 230 214 0.17 0 0.07 0.10 155.38 0.44 0.83
Hex BF E6 D6 11 0 7 A 9B 2C 53
Octal 277 346 326 21 0 7 12 233 54 123
Binary 10111111 11100110 11010110 10001 0 111 1010 10011011 101100 1010011

Color Harmonies of #BFE6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6D6

Black with #BFE6D6

Text Example


Text Example

White with #BFE6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6D6; }

 p { color: rgb(191,230,214); }

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

background-color css

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

 a { background-color: rgb(191,230,214); }

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

border-color css

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

 span { border-color: rgb(191,230,214); }

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