#BADCCE

Color #BADCCE Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BADCCE

Tints of Jet Stream #BADCCE

Color information

#BADCCE (or 0xBADCCE) is unknown color: approx Jet Stream. HEX triplet: BA, DC and CE. RGB value is (186,220,206). Sum of RGB (Red+Green+Blue) = 186+220+206=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCE is #452331. Grayscale: #D0D0D0. Windows color (decimal): -4530994 or 13556922. OLE color: 13556922.

HSL color Cylindrical-coordinate representation of color #BADCCE: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCCE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB186220206-
CMYK0.1500.060.14
HSL155.29º32.69%79.61%-
HSV(B)155.29º15.45%86.27%-
XYZ56.9866.0868.14-
YUV208.24126.74112.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=30.39%
G=35.95%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202060.1500.060.14155.2932.6979.61
HexBADCCEF06E9b2150
Octal27233431617061623341120
Binary101110101101110011001110111101101110100110111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCCE; }

 p { color: rgb(186,220,206); }

 H1.HeaderClassName
 {
   color: #BADCCE;
 }
 .AnyTagClassName
 {
   color: #BADCCE;
 }
</style>
background-color css

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

 a { background-color: rgb(186,220,206); }

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

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

 span { border-color: rgb(186,220,206); }

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