Html Css Color HEX #BCCAC8 Jet Stream

📋 copy color: '#BCCAC8'

red 188 ◦ green 202 ◦ blue 200

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

Shades of Jet Stream #BCCAC8

Tints of Jet Stream #BCCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.9%

R = 31.86%
G = 34.24%
B = 33.9%

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

#BCCAC8 (or 0xBCCAC8) is known color: Jet Stream. HEX triplet: BC, CA and C8. RGB value is (188,202,200). Sum of RGB (Red+Green+Blue) = 188+202+200=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC8 is #433537. Grayscale: #C5C5C5. Windows color (decimal): -4404536 or 13159100. OLE color: 13159100.

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

Color convert

RGB 188 202 200 -
CMYK 0.07 0 0.01 0.21
HSL 171.43º 0.12% 0.76% -
HSV(B) 171.43º 0.07% 0.79% -
XYZ 52.28 57.1 62.91 -
YUV 197.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 188 202 200 0.07 0 0.01 0.21 171.43 0.12 0.76
Hex BC CA C8 7 0 1 15 AB C 4C
Octal 274 312 310 7 0 1 25 253 14 114
Binary 10111100 11001010 11001000 111 0 1 10101 10101011 1100 1001100

Color Harmonies of #BCCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC8

Black with #BCCAC8

Text Example


Text Example

White with #BCCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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