#BDCDCA

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

Shades of Jet Stream #BDCDCA

Tints of Jet Stream #BDCDCA

Color information

#BDCDCA (or 0xBDCDCA) is unknown color: approx Jet Stream. HEX triplet: BD, CD and CA. RGB value is (189,205,202). Sum of RGB (Red+Green+Blue) = 189+205+202=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCA is #423235. Grayscale: #C7C7C7. Windows color (decimal): -4338230 or 13290941. OLE color: 13290941.

HSL color Cylindrical-coordinate representation of color #BDCDCA: hue angle of 168.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 #BDCDCA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB189205202-
CMYK0.0800.010.20
HSL168.75º13.79%77.25%-
HSV(B)168.75º7.8%80.39%-
XYZ53.4858.7564.4-
YUV199.87129.2120.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=31.71%
G=34.40%
B=33.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892052020.0800.010.20168.7513.7977.25
HexBDCDCA80114a9e4d
Octal27531531210012425116115
Binary101111011100110111001010100001101001010100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDCA; }

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

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

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

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

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

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

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

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