Html Css Color HEX #BCD5C9 Jet Stream

📋 copy color: '#BCD5C9'

red 188 ◦ green 213 ◦ blue 201

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

Shades of Jet Stream #BCD5C9

Tints of Jet Stream #BCD5C9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 201 (78.91% from 255) = 33.39%

R = 31.23%
G = 35.38%
B = 33.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BCD5C9 (or 0xBCD5C9) is known color: Jet Stream. HEX triplet: BC, D5 and C9. RGB value is (188,213,201). Sum of RGB (Red+Green+Blue) = 188+213+201=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C9 is #432A36. Grayscale: #CCCCCC. Windows color (decimal): -4401719 or 13227452. OLE color: 13227452.

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

Color convert

RGB 188 213 201 -
CMYK 0.12 0 0.06 0.16
HSL 151.2º 0.23% 0.79% -
HSV(B) 151.2º 0.12% 0.84% -
XYZ 55.08 62.5 64.42 -
YUV 204.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 188 213 201 0.12 0 0.06 0.16 151.2 0.23 0.79
Hex BC D5 C9 C 0 6 10 97 17 4F
Octal 274 325 311 14 0 6 20 227 27 117
Binary 10111100 11010101 11001001 1100 0 110 10000 10010111 10111 1001111

Color Harmonies of #BCD5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5C9

Black with #BCD5C9

Text Example


Text Example

White with #BCD5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5C9; }

 p { color: rgb(188,213,201); }

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

background-color css

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

 a { background-color: rgb(188,213,201); }

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

border-color css

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

 span { border-color: rgb(188,213,201); }

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