Html Css Color HEX #BCDACB Jet Stream

📋 copy color: '#BCDACB'

red 188 ◦ green 218 ◦ blue 203

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

Shades of Jet Stream #BCDACB

Tints of Jet Stream #BCDACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 30.87%
G = 35.8%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BCDACB (or 0xBCDACB) is known color: Jet Stream. HEX triplet: BC, DA and CB. RGB value is (188,218,203). Sum of RGB (Red+Green+Blue) = 188+218+203=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACB is #432534. Grayscale: #CFCFCF. Windows color (decimal): -4400437 or 13359804. OLE color: 13359804.

HSL color Cylindrical-coordinate representation of color #BCDACB: hue angle of 150º 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 #BCDACB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 203 -
CMYK 0.14 0 0.07 0.15
HSL 150º 0.29% 0.8% -
HSV(B) 150º 0.14% 0.85% -
XYZ 56.59 65.15 66.09 -
YUV 207.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 188 218 203 0.14 0 0.07 0.15 150 0.29 0.8
Hex BC DA CB E 0 7 F 96 1D 50
Octal 274 332 313 16 0 7 17 226 35 120
Binary 10111100 11011010 11001011 1110 0 111 1111 10010110 11101 1010000

Color Harmonies of #BCDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDACB

Black with #BCDACB

Text Example


Text Example

White with #BCDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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