Html Css Color HEX #BDC7C5 Jet Stream

📋 copy color: '#BDC7C5'

red 189 ◦ green 199 ◦ blue 197

#BDC7C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BDC7C5

Tints of Jet Stream #BDC7C5

RGB

 RED value IS 189 (74.22% from 255) = 32.31%

 GREEN value IS 199 (78.13% from 255) = 34.02%

 BLUE value IS 197 (77.34% from 255) = 33.68%

R = 32.31%
G = 34.02%
B = 33.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BDC7C5 (or 0xBDC7C5) is known color: Jet Stream. HEX triplet: BD, C7 and C5. RGB value is (189,199,197). Sum of RGB (Red+Green+Blue) = 189+199+197=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C5 is #42383A. Grayscale: #C3C3C3. Windows color (decimal): -4339771 or 12961725. OLE color: 12961725.

HSL color Cylindrical-coordinate representation of color #BDC7C5: hue angle of 168º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC7C5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 197 -
CMYK 0.05 0 0.01 0.22
HSL 168º 0.08% 0.76% -
HSV(B) 168º 0.05% 0.78% -
XYZ 51.49 55.7 60.86 -
YUV 195.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 189 199 197 0.05 0 0.01 0.22 168 0.08 0.76
Hex BD C7 C5 5 0 1 16 A8 8 4C
Octal 275 307 305 5 0 1 26 250 10 114
Binary 10111101 11000111 11000101 101 0 1 10110 10101000 1000 1001100

Color Harmonies of #BDC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7C5

Black with #BDC7C5

Text Example


Text Example

White with #BDC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7C5; }

 p { color: rgb(189,199,197); }

 H1.HeaderClassName
 {
   color: #BDC7C5;
 }
 .AnyTagClassName
 {
   color: #BDC7C5;
 }
</style>

background-color css

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

 a { background-color: rgb(189,199,197); }

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

border-color css

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

 span { border-color: rgb(189,199,197); }

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