Html Css Color HEX #BCD7CF Jet Stream

📋 copy color: '#BCD7CF'

red 188 ◦ green 215 ◦ blue 207

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

Shades of Jet Stream #BCD7CF

Tints of Jet Stream #BCD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

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

R = 30.82%
G = 35.25%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BCD7CF (or 0xBCD7CF) is known color: Jet Stream. HEX triplet: BC, D7 and CF. RGB value is (188,215,207). Sum of RGB (Red+Green+Blue) = 188+215+207=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CF is #432830. Grayscale: #CECECE. Windows color (decimal): -4401201 or 13621180. OLE color: 13621180.

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

Color convert

RGB 188 215 207 -
CMYK 0.13 0 0.04 0.16
HSL 162.22º 0.25% 0.79% -
HSV(B) 162.22º 0.13% 0.84% -
XYZ 56.3 63.8 68.38 -
YUV 206.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 188 215 207 0.13 0 0.04 0.16 162.22 0.25 0.79
Hex BC D7 CF D 0 4 10 A2 19 4F
Octal 274 327 317 15 0 4 20 242 31 117
Binary 10111100 11010111 11001111 1101 0 100 10000 10100010 11001 1001111

Color Harmonies of #BCD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7CF

Black with #BCD7CF

Text Example


Text Example

White with #BCD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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