#BDDBCF

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

Shades of Jet Stream #BDDBCF

Tints of Jet Stream #BDDBCF

Color information

#BDDBCF (or 0xBDDBCF) is unknown color: approx Jet Stream. HEX triplet: BD, DB and CF. RGB value is (189,219,207). Sum of RGB (Red+Green+Blue) = 189+219+207=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBCF is #422430. Grayscale: #D0D0D0. Windows color (decimal): -4334641 or 13622205. OLE color: 13622205.

HSL color Cylindrical-coordinate representation of color #BDDBCF: hue angle of 156º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBCF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB189219207-
CMYK0.1400.050.14
HSL156º29.41%80%-
HSV(B)156º13.7%85.88%-
XYZ57.5865.9968.73-
YUV208.66127.06113.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=30.73%
G=35.61%
B=33.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192070.1400.050.1415629.4180
HexBDDBCFE05E9c1d50
Octal27533331716051623435120
Binary10111101110110111100111111100101111010011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBCF; }

 p { color: rgb(189,219,207); }

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

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

 a { background-color: rgb(189,219,207); }

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

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

 span { border-color: rgb(189,219,207); }

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