Html Css Color HEX #BCD7C8 Jet Stream

📋 copy color: '#BCD7C8'

red 188 ◦ green 215 ◦ blue 200

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

Shades of Jet Stream #BCD7C8

Tints of Jet Stream #BCD7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.17%

R = 31.18%
G = 35.66%
B = 33.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BCD7C8 (or 0xBCD7C8) is known color: Jet Stream. HEX triplet: BC, D7 and C8. RGB value is (188,215,200). Sum of RGB (Red+Green+Blue) = 188+215+200=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7C8 is #432837. Grayscale: #CDCDCD. Windows color (decimal): -4401208 or 13162428. OLE color: 13162428.

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

Color convert

RGB 188 215 200 -
CMYK 0.13 0 0.07 0.16
HSL 146.67º 0.25% 0.79% -
HSV(B) 146.67º 0.13% 0.84% -
XYZ 55.46 63.46 63.97 -
YUV 205.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 188 215 200 0.13 0 0.07 0.16 146.67 0.25 0.79
Hex BC D7 C8 D 0 7 10 93 19 4F
Octal 274 327 310 15 0 7 20 223 31 117
Binary 10111100 11010111 11001000 1101 0 111 10000 10010011 11001 1001111

Color Harmonies of #BCD7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7C8

Black with #BCD7C8

Text Example


Text Example

White with #BCD7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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