Html Css Color HEX #BCDBCF Jet Stream

📋 copy color: '#BCDBCF'

red 188 ◦ green 219 ◦ blue 207

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

Shades of Jet Stream #BCDBCF

Tints of Jet Stream #BCDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 207 (81.25% from 255) = 33.71%

R = 30.62%
G = 35.67%
B = 33.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BCDBCF (or 0xBCDBCF) is known color: Jet Stream. HEX triplet: BC, DB and CF. RGB value is (188,219,207). Sum of RGB (Red+Green+Blue) = 188+219+207=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBCF is #432430. Grayscale: #D0D0D0. Windows color (decimal): -4400177 or 13622204. OLE color: 13622204.

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

Color convert

RGB 188 219 207 -
CMYK 0.14 0 0.05 0.14
HSL 156.77º 0.3% 0.8% -
HSV(B) 156.77º 0.14% 0.86% -
XYZ 57.33 65.86 68.72 -
YUV 208.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 188 219 207 0.14 0 0.05 0.14 156.77 0.3 0.8
Hex BC DB CF E 0 5 E 9D 1E 50
Octal 274 333 317 16 0 5 16 235 36 120
Binary 10111100 11011011 11001111 1110 0 101 1110 10011101 11110 1010000

Color Harmonies of #BCDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBCF

Black with #BCDBCF

Text Example


Text Example

White with #BCDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBCF; }

 p { color: rgb(188,219,207); }

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

background-color css

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

 a { background-color: rgb(188,219,207); }

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

border-color css

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

 span { border-color: rgb(188,219,207); }

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