#BDCDC9

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

Shades of Jet Stream #BDCDC9

Tints of Jet Stream #BDCDC9

Color information

#BDCDC9 (or 0xBDCDC9) is unknown color: approx Jet Stream. HEX triplet: BD, CD and C9. RGB value is (189,205,201). Sum of RGB (Red+Green+Blue) = 189+205+201=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC9 is #423236. Grayscale: #C7C7C7. Windows color (decimal): -4338231 or 13225405. OLE color: 13225405.

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

Color convert

RGB189205201-
CMYK0.0800.020.20
HSL165º13.79%77.25%-
HSV(B)165º7.8%80.39%-
XYZ53.3658.763.78-
YUV199.76128.7120.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=31.76%
G=34.45%
B=33.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892052010.0800.020.2016513.7977.25
HexBDCDC980214a5e4d
Octal27531531110022424516115
Binary1011110111001101110010011000010101001010010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC9; }

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

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

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

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

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

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

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

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