#BCCDC6

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

Shades of Jet Stream #BCCDC6

Tints of Jet Stream #BCCDC6

Color information

#BCCDC6 (or 0xBCCDC6) is unknown color: approx Jet Stream. HEX triplet: BC, CD and C6. RGB value is (188,205,198). Sum of RGB (Red+Green+Blue) = 188+205+198=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC6 is #433239. Grayscale: #C7C7C7. Windows color (decimal): -4403770 or 13028796. OLE color: 13028796.

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

Color convert

RGB188205198-
CMYK0.0800.030.20
HSL155.29º14.53%77.06%-
HSV(B)155.29º8.29%80.39%-
XYZ52.7658.4361.92-
YUV199.12127.37120.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=31.81%
G=34.69%
B=33.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051980.0800.030.20155.2914.5377.06
HexBCCDC6803149bf4d
Octal27431530610032423317115
Binary1011110011001101110001101000011101001001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDC6; }

 p { color: rgb(188,205,198); }

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

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

 a { background-color: rgb(188,205,198); }

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

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

 span { border-color: rgb(188,205,198); }

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