Html Css Color HEX #B8DCCA Aero Blue

📋 copy color: '#B8DCCA'

red 184 ◦ green 220 ◦ blue 202

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

Shades of Aero Blue #B8DCCA

Tints of Aero Blue #B8DCCA

RGB

 RED value IS 184 (72.27% from 255) = 30.36%

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 30.36%
G = 36.3%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B8DCCA (or 0xB8DCCA) is known color: Aero Blue. HEX triplet: B8, DC and CA. RGB value is (184,220,202). Sum of RGB (Red+Green+Blue) = 184+220+202=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCA is #472335. Grayscale: #CFCFCF. Windows color (decimal): -4662070 or 13294776. OLE color: 13294776.

HSL color Cylindrical-coordinate representation of color #B8DCCA: hue angle of 150º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCCA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 202 -
CMYK 0.16 0 0.08 0.14
HSL 150º 0.34% 0.79% -
HSV(B) 150º 0.16% 0.86% -
XYZ 56.02 65.64 65.59 -
YUV 207.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 184 220 202 0.16 0 0.08 0.14 150 0.34 0.79
Hex B8 DC CA 10 0 8 E 96 22 4F
Octal 270 334 312 20 0 10 16 226 42 117
Binary 10111000 11011100 11001010 10000 0 1000 1110 10010110 100010 1001111

Color Harmonies of #B8DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCCA

Black with #B8DCCA

Text Example


Text Example

White with #B8DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCCA; }

 p { color: rgb(184,220,202); }

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

background-color css

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

 a { background-color: rgb(184,220,202); }

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

border-color css

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

 span { border-color: rgb(184,220,202); }

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