Html Css Color HEX #BCCCC9 Jet Stream

📋 copy color: '#BCCCC9'

red 188 ◦ green 204 ◦ blue 201

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

Shades of Jet Stream #BCCCC9

Tints of Jet Stream #BCCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 201 (78.91% from 255) = 33.9%

R = 31.7%
G = 34.4%
B = 33.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#BCCCC9 (or 0xBCCCC9) is known color: Jet Stream. HEX triplet: BC, CC and C9. RGB value is (188,204,201). Sum of RGB (Red+Green+Blue) = 188+204+201=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC9 is #433336. Grayscale: #C6C6C6. Windows color (decimal): -4404023 or 13225148. OLE color: 13225148.

HSL color Cylindrical-coordinate representation of color #BCCCC9: hue angle of 168.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCC9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 201 -
CMYK 0.08 0 0.01 0.2
HSL 168.75º 0.14% 0.77% -
HSV(B) 168.75º 0.08% 0.8% -
XYZ 52.87 58.09 63.68 -
YUV 198.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 188 204 201 0.08 0 0.01 0.2 168.75 0.14 0.77
Hex BC CC C9 8 0 1 14 A9 E 4D
Octal 274 314 311 10 0 1 24 251 16 115
Binary 10111100 11001100 11001001 1000 0 1 10100 10101001 1110 1001101

Color Harmonies of #BCCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCC9

Black with #BCCCC9

Text Example


Text Example

White with #BCCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCC9; }

 p { color: rgb(188,204,201); }

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

background-color css

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

 a { background-color: rgb(188,204,201); }

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

border-color css

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

 span { border-color: rgb(188,204,201); }

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