Html Css Color HEX #BCD5D0 Jet Stream

📋 copy color: '#BCD5D0'

red 188 ◦ green 213 ◦ blue 208

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

Shades of Jet Stream #BCD5D0

Tints of Jet Stream #BCD5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 30.87%
G = 34.98%
B = 34.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BCD5D0 (or 0xBCD5D0) is known color: Jet Stream. HEX triplet: BC, D5 and D0. RGB value is (188,213,208). Sum of RGB (Red+Green+Blue) = 188+213+208=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5D0 is #432A2F. Grayscale: #CCCCCC. Windows color (decimal): -4401712 or 13686204. OLE color: 13686204.

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

Color convert

RGB 188 213 208 -
CMYK 0.12 0 0.02 0.16
HSL 168º 0.23% 0.79% -
HSV(B) 168º 0.12% 0.84% -
XYZ 55.92 62.83 68.86 -
YUV 204.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 188 213 208 0.12 0 0.02 0.16 168 0.23 0.79
Hex BC D5 D0 C 0 2 10 A8 17 4F
Octal 274 325 320 14 0 2 20 250 27 117
Binary 10111100 11010101 11010000 1100 0 10 10000 10101000 10111 1001111

Color Harmonies of #BCD5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5D0

Black with #BCD5D0

Text Example


Text Example

White with #BCD5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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