Html Css Color HEX #BCDAD0 Jet Stream

📋 copy color: '#BCDAD0'

red 188 ◦ green 218 ◦ blue 208

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

Shades of Jet Stream #BCDAD0

Tints of Jet Stream #BCDAD0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

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

R = 30.62%
G = 35.5%
B = 33.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BCDAD0 (or 0xBCDAD0) is known color: Jet Stream. HEX triplet: BC, DA and D0. RGB value is (188,218,208). Sum of RGB (Red+Green+Blue) = 188+218+208=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD0 is #43252F. Grayscale: #CFCFCF. Windows color (decimal): -4400432 or 13687484. OLE color: 13687484.

HSL color Cylindrical-coordinate representation of color #BCDAD0: hue angle of 160º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAD0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 208 -
CMYK 0.14 0 0.05 0.15
HSL 160º 0.29% 0.8% -
HSV(B) 160º 0.14% 0.85% -
XYZ 57.2 65.39 69.28 -
YUV 207.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 188 218 208 0.14 0 0.05 0.15 160 0.29 0.8
Hex BC DA D0 E 0 5 F A0 1D 50
Octal 274 332 320 16 0 5 17 240 35 120
Binary 10111100 11011010 11010000 1110 0 101 1111 10100000 11101 1010000

Color Harmonies of #BCDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAD0

Black with #BCDAD0

Text Example


Text Example

White with #BCDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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