Html Css Color HEX #BCD1CC Jet Stream

📋 copy color: '#BCD1CC'

red 188 ◦ green 209 ◦ blue 204

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

Shades of Jet Stream #BCD1CC

Tints of Jet Stream #BCD1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.94%

R = 31.28%
G = 34.78%
B = 33.94%

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

#BCD1CC (or 0xBCD1CC) is known color: Jet Stream. HEX triplet: BC, D1 and CC. RGB value is (188,209,204). Sum of RGB (Red+Green+Blue) = 188+209+204=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CC is #432E33. Grayscale: #CACACA. Windows color (decimal): -4402740 or 13423036. OLE color: 13423036.

HSL color Cylindrical-coordinate representation of color #BCD1CC: hue angle of 165.71º 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 #BCD1CC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 204 -
CMYK 0.10 0 0.02 0.18
HSL 165.71º 0.19% 0.78% -
HSV(B) 165.71º 0.1% 0.82% -
XYZ 54.44 60.65 65.96 -
YUV 202.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 188 209 204 0.10 0 0.02 0.18 165.71 0.19 0.78
Hex BC D1 CC A 0 2 12 A6 13 4E
Octal 274 321 314 12 0 2 22 246 23 116
Binary 10111100 11010001 11001100 1010 0 10 10010 10100110 10011 1001110

Color Harmonies of #BCD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1CC

Black with #BCD1CC

Text Example


Text Example

White with #BCD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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