#BDCDC8

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

Shades of Jet Stream #BDCDC8

Tints of Jet Stream #BDCDC8

Color information

#BDCDC8 (or 0xBDCDC8) is unknown color: approx Jet Stream. HEX triplet: BD, CD and C8. RGB value is (189,205,200). Sum of RGB (Red+Green+Blue) = 189+205+200=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC8 is #423237. Grayscale: #C7C7C7. Windows color (decimal): -4338232 or 13159869. OLE color: 13159869.

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

Color convert

RGB189205200-
CMYK0.0800.020.20
HSL161.25º13.79%77.25%-
HSV(B)161.25º7.8%80.39%-
XYZ53.2458.6563.16-
YUV199.65128.2120.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=31.82%
G=34.51%
B=33.67%

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
Decimal1892052000.0800.020.20161.2513.7977.25
HexBDCDC880214a1e4d
Octal27531531010022424116115
Binary1011110111001101110010001000010101001010000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC8; }

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

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

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

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

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

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

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

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