Html Css Color HEX #BCD0C7 Jet Stream

📋 copy color: '#BCD0C7'

red 188 ◦ green 208 ◦ blue 199

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

Shades of Jet Stream #BCD0C7

Tints of Jet Stream #BCD0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.96%

 BLUE value IS 199 (78.13% from 255) = 33.45%

R = 31.6%
G = 34.96%
B = 33.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BCD0C7 (or 0xBCD0C7) is known color: Jet Stream. HEX triplet: BC, D0 and C7. RGB value is (188,208,199). Sum of RGB (Red+Green+Blue) = 188+208+199=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0C7 is #432F38. Grayscale: #C9C9C9. Windows color (decimal): -4403001 or 13095100. OLE color: 13095100.

HSL color Cylindrical-coordinate representation of color #BCD0C7: hue angle of 153º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0C7 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 199 -
CMYK 0.10 0 0.04 0.18
HSL 153º 0.18% 0.78% -
HSV(B) 153º 0.1% 0.82% -
XYZ 53.6 59.93 62.77 -
YUV 200.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 188 208 199 0.10 0 0.04 0.18 153 0.18 0.78
Hex BC D0 C7 A 0 4 12 99 12 4E
Octal 274 320 307 12 0 4 22 231 22 116
Binary 10111100 11010000 11000111 1010 0 100 10010 10011001 10010 1001110

Color Harmonies of #BCD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0C7

Black with #BCD0C7

Text Example


Text Example

White with #BCD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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