Html Css Color HEX #BCCAC4 Jet Stream

📋 copy color: '#BCCAC4'

red 188 ◦ green 202 ◦ blue 196

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

Shades of Jet Stream #BCCAC4

Tints of Jet Stream #BCCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.45%

R = 32.08%
G = 34.47%
B = 33.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#BCCAC4 (or 0xBCCAC4) is known color: Jet Stream. HEX triplet: BC, CA and C4. RGB value is (188,202,196). Sum of RGB (Red+Green+Blue) = 188+202+196=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC4 is #43353B. Grayscale: #C5C5C5. Windows color (decimal): -4404540 or 12896956. OLE color: 12896956.

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

Color convert

RGB 188 202 196 -
CMYK 0.07 0 0.03 0.21
HSL 154.29º 0.12% 0.76% -
HSV(B) 154.29º 0.07% 0.79% -
XYZ 51.82 56.92 60.48 -
YUV 197.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 188 202 196 0.07 0 0.03 0.21 154.29 0.12 0.76
Hex BC CA C4 7 0 3 15 9A C 4C
Octal 274 312 304 7 0 3 25 232 14 114
Binary 10111100 11001010 11000100 111 0 11 10101 10011010 1100 1001100

Color Harmonies of #BCCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC4

Black with #BCCAC4

Text Example


Text Example

White with #BCCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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