Html Css Color HEX #BCCAC6 Jet Stream

📋 copy color: '#BCCAC6'

red 188 ◦ green 202 ◦ blue 198

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

Shades of Jet Stream #BCCAC6

Tints of Jet Stream #BCCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 31.97%
G = 34.35%
B = 33.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#BCCAC6 (or 0xBCCAC6) is known color: Jet Stream. HEX triplet: BC, CA and C6. RGB value is (188,202,198). Sum of RGB (Red+Green+Blue) = 188+202+198=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC6 is #433539. Grayscale: #C5C5C5. Windows color (decimal): -4404538 or 13028028. OLE color: 13028028.

HSL color Cylindrical-coordinate representation of color #BCCAC6: hue angle of 162.86º 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 #BCCAC6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 198 -
CMYK 0.07 0 0.02 0.21
HSL 162.86º 0.12% 0.76% -
HSV(B) 162.86º 0.07% 0.79% -
XYZ 52.05 57.01 61.69 -
YUV 197.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 188 202 198 0.07 0 0.02 0.21 162.86 0.12 0.76
Hex BC CA C6 7 0 2 15 A3 C 4C
Octal 274 312 306 7 0 2 25 243 14 114
Binary 10111100 11001010 11000110 111 0 10 10101 10100011 1100 1001100

Color Harmonies of #BCCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC6

Black with #BCCAC6

Text Example


Text Example

White with #BCCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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