Html Css Color HEX #BCD5CE Jet Stream

📋 copy color: '#BCD5CE'

red 188 ◦ green 213 ◦ blue 206

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

Shades of Jet Stream #BCD5CE

Tints of Jet Stream #BCD5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 30.97%
G = 35.09%
B = 33.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BCD5CE (or 0xBCD5CE) is known color: Jet Stream. HEX triplet: BC, D5 and CE. RGB value is (188,213,206). Sum of RGB (Red+Green+Blue) = 188+213+206=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CE is #432A31. Grayscale: #CCCCCC. Windows color (decimal): -4401714 or 13555132. OLE color: 13555132.

HSL color Cylindrical-coordinate representation of color #BCD5CE: hue angle of 163.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 #BCD5CE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 206 -
CMYK 0.12 0 0.03 0.16
HSL 163.2º 0.23% 0.79% -
HSV(B) 163.2º 0.12% 0.84% -
XYZ 55.67 62.74 67.57 -
YUV 204.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 188 213 206 0.12 0 0.03 0.16 163.2 0.23 0.79
Hex BC D5 CE C 0 3 10 A3 17 4F
Octal 274 325 316 14 0 3 20 243 27 117
Binary 10111100 11010101 11001110 1100 0 11 10000 10100011 10111 1001111

Color Harmonies of #BCD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5CE

Black with #BCD5CE

Text Example


Text Example

White with #BCD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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