Html Css Color HEX #BCC7C5 Jet Stream

📋 copy color: '#BCC7C5'

red 188 ◦ green 199 ◦ blue 197

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

Shades of Jet Stream #BCC7C5

Tints of Jet Stream #BCC7C5

RGB

 RED value IS 188 (73.83% from 255) = 32.19%

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

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

R = 32.19%
G = 34.08%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BCC7C5 (or 0xBCC7C5) is known color: Jet Stream. HEX triplet: BC, C7 and C5. RGB value is (188,199,197). Sum of RGB (Red+Green+Blue) = 188+199+197=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C5 is #43383A. Grayscale: #C3C3C3. Windows color (decimal): -4405307 or 12961724. OLE color: 12961724.

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

Color convert

RGB 188 199 197 -
CMYK 0.06 0 0.01 0.22
HSL 169.09º 0.09% 0.76% -
HSV(B) 169.09º 0.06% 0.78% -
XYZ 51.24 55.57 60.85 -
YUV 195.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 188 199 197 0.06 0 0.01 0.22 169.09 0.09 0.76
Hex BC C7 C5 6 0 1 16 A9 9 4C
Octal 274 307 305 6 0 1 26 251 11 114
Binary 10111100 11000111 11000101 110 0 1 10110 10101001 1001 1001100

Color Harmonies of #BCC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7C5

Black with #BCC7C5

Text Example


Text Example

White with #BCC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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