Html Css Color HEX #BCCDC7 Jet Stream

📋 copy color: '#BCCDC7'

red 188 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #BCCDC7

Tints of Jet Stream #BCCDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

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

R = 31.76%
G = 34.63%
B = 33.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BCCDC7 (or 0xBCCDC7) is known color: Jet Stream. HEX triplet: BC, CD and C7. RGB value is (188,205,199). Sum of RGB (Red+Green+Blue) = 188+205+199=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC7 is #433238. Grayscale: #C7C7C7. Windows color (decimal): -4403769 or 13094332. OLE color: 13094332.

HSL color Cylindrical-coordinate representation of color #BCCDC7: hue angle of 158.82º degrees, saturation: 0.15, 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 #BCCDC7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 199 -
CMYK 0.08 0 0.03 0.20
HSL 158.82º 0.15% 0.77% -
HSV(B) 158.82º 0.08% 0.8% -
XYZ 52.88 58.48 62.53 -
YUV 199.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 188 205 199 0.08 0 0.03 0.20 158.82 0.15 0.77
Hex BC CD C7 8 0 3 14 9F F 4D
Octal 274 315 307 10 0 3 24 237 17 115
Binary 10111100 11001101 11000111 1000 0 11 10100 10011111 1111 1001101

Color Harmonies of #BCCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDC7

Black with #BCCDC7

Text Example


Text Example

White with #BCCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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