#BDCDC6

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

Shades of Jet Stream #BDCDC6

Tints of Jet Stream #BDCDC6

Color information

#BDCDC6 (or 0xBDCDC6) is unknown color: approx Jet Stream. HEX triplet: BD, CD and C6. RGB value is (189,205,198). Sum of RGB (Red+Green+Blue) = 189+205+198=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC6 is #423239. Grayscale: #C7C7C7. Windows color (decimal): -4338234 or 13028797. OLE color: 13028797.

HSL color Cylindrical-coordinate representation of color #BDCDC6: hue angle of 153.75º degrees, saturation: 0.14, 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 #BDCDC6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB189205198-
CMYK0.0800.030.20
HSL153.75º13.79%77.25%-
HSV(B)153.75º7.8%80.39%-
XYZ53.0158.5661.94-
YUV199.42127.2120.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=31.93%
G=34.63%
B=33.45%

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
Decimal1892051980.0800.030.20153.7513.7977.25
HexBDCDC6803149ae4d
Octal27531530610032423216115
Binary1011110111001101110001101000011101001001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC6; }

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

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

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

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

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

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

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

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