Html Css Color HEX #BCD6D0 Jet Stream

📋 copy color: '#BCD6D0'

red 188 ◦ green 214 ◦ blue 208

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

Shades of Jet Stream #BCD6D0

Tints of Jet Stream #BCD6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 30.82%
G = 35.08%
B = 34.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BCD6D0 (or 0xBCD6D0) is known color: Jet Stream. HEX triplet: BC, D6 and D0. RGB value is (188,214,208). Sum of RGB (Red+Green+Blue) = 188+214+208=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D0 is #43292F. Grayscale: #CDCDCD. Windows color (decimal): -4401456 or 13686460. OLE color: 13686460.

HSL color Cylindrical-coordinate representation of color #BCD6D0: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6D0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 208 -
CMYK 0.12 0 0.03 0.16
HSL 166.15º 0.24% 0.79% -
HSV(B) 166.15º 0.12% 0.84% -
XYZ 56.17 63.34 68.94 -
YUV 205.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 188 214 208 0.12 0 0.03 0.16 166.15 0.24 0.79
Hex BC D6 D0 C 0 3 10 A6 18 4F
Octal 274 326 320 14 0 3 20 246 30 117
Binary 10111100 11010110 11010000 1100 0 11 10000 10100110 11000 1001111

Color Harmonies of #BCD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6D0

Black with #BCD6D0

Text Example


Text Example

White with #BCD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6D0; }

 p { color: rgb(188,214,208); }

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

background-color css

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

 a { background-color: rgb(188,214,208); }

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

border-color css

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

 span { border-color: rgb(188,214,208); }

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