Html Css Color HEX #BCCAC7 Jet Stream

📋 copy color: '#BCCAC7'

red 188 ◦ green 202 ◦ blue 199

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

Shades of Jet Stream #BCCAC7

Tints of Jet Stream #BCCAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 199 (78.13% from 255) = 33.79%

R = 31.92%
G = 34.3%
B = 33.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#BCCAC7 (or 0xBCCAC7) is known color: Jet Stream. HEX triplet: BC, CA and C7. RGB value is (188,202,199). Sum of RGB (Red+Green+Blue) = 188+202+199=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC7 is #433538. Grayscale: #C5C5C5. Windows color (decimal): -4404537 or 13093564. OLE color: 13093564.

HSL color Cylindrical-coordinate representation of color #BCCAC7: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCAC7 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 199 -
CMYK 0.07 0 0.01 0.21
HSL 167.14º 0.12% 0.76% -
HSV(B) 167.14º 0.07% 0.79% -
XYZ 52.17 57.06 62.3 -
YUV 197.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 188 202 199 0.07 0 0.01 0.21 167.14 0.12 0.76
Hex BC CA C7 7 0 1 15 A7 C 4C
Octal 274 312 307 7 0 1 25 247 14 114
Binary 10111100 11001010 11000111 111 0 1 10101 10100111 1100 1001100

Color Harmonies of #BCCAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC7

Black with #BCCAC7

Text Example


Text Example

White with #BCCAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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