Html Css Color HEX #BDC5C3 Jet Stream

📋 copy color: '#BDC5C3'

red 189 ◦ green 197 ◦ blue 195

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

Shades of Jet Stream #BDC5C3

Tints of Jet Stream #BDC5C3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 195 (76.56% from 255) = 33.56%

R = 32.53%
G = 33.91%
B = 33.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#BDC5C3 (or 0xBDC5C3) is known color: Jet Stream. HEX triplet: BD, C5 and C3. RGB value is (189,197,195). Sum of RGB (Red+Green+Blue) = 189+197+195=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5C3 is #423A3C. Grayscale: #C2C2C2. Windows color (decimal): -4340285 or 12830141. OLE color: 12830141.

HSL color Cylindrical-coordinate representation of color #BDC5C3: hue angle of 165º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC5C3 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 195 -
CMYK 0.04 0 0.01 0.23
HSL 165º 0.06% 0.76% -
HSV(B) 165º 0.04% 0.77% -
XYZ 50.8 54.69 59.51 -
YUV 194.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 189 197 195 0.04 0 0.01 0.23 165 0.06 0.76
Hex BD C5 C3 4 0 1 17 A5 6 4C
Octal 275 305 303 4 0 1 27 245 6 114
Binary 10111101 11000101 11000011 100 0 1 10111 10100101 110 1001100

Color Harmonies of #BDC5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5C3

Black with #BDC5C3

Text Example


Text Example

White with #BDC5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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