Html Css Color HEX #BCD1CD Jet Stream

📋 copy color: '#BCD1CD'

red 188 ◦ green 209 ◦ blue 205

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

Shades of Jet Stream #BCD1CD

Tints of Jet Stream #BCD1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.72%

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 31.23%
G = 34.72%
B = 34.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BCD1CD (or 0xBCD1CD) is known color: Jet Stream. HEX triplet: BC, D1 and CD. RGB value is (188,209,205). Sum of RGB (Red+Green+Blue) = 188+209+205=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CD is #432E32. Grayscale: #CACACA. Windows color (decimal): -4402739 or 13488572. OLE color: 13488572.

HSL color Cylindrical-coordinate representation of color #BCD1CD: hue angle of 168.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 205 -
CMYK 0.10 0 0.02 0.18
HSL 168.57º 0.19% 0.78% -
HSV(B) 168.57º 0.1% 0.82% -
XYZ 54.56 60.7 66.6 -
YUV 202.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 188 209 205 0.10 0 0.02 0.18 168.57 0.19 0.78
Hex BC D1 CD A 0 2 12 A9 13 4E
Octal 274 321 315 12 0 2 22 251 23 116
Binary 10111100 11010001 11001101 1010 0 10 10010 10101001 10011 1001110

Color Harmonies of #BCD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1CD

Black with #BCD1CD

Text Example


Text Example

White with #BCD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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