Html Css Color HEX #BCD6CA Jet Stream

📋 copy color: '#BCD6CA'

red 188 ◦ green 214 ◦ blue 202

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

Shades of Jet Stream #BCD6CA

Tints of Jet Stream #BCD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 31.13%
G = 35.43%
B = 33.44%

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

#BCD6CA (or 0xBCD6CA) is known color: Jet Stream. HEX triplet: BC, D6 and CA. RGB value is (188,214,202). Sum of RGB (Red+Green+Blue) = 188+214+202=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CA is #432935. Grayscale: #CCCCCC. Windows color (decimal): -4401462 or 13293244. OLE color: 13293244.

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

Color convert

RGB 188 214 202 -
CMYK 0.12 0 0.06 0.16
HSL 152.31º 0.24% 0.79% -
HSV(B) 152.31º 0.12% 0.84% -
XYZ 55.45 63.05 65.12 -
YUV 204.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 188 214 202 0.12 0 0.06 0.16 152.31 0.24 0.79
Hex BC D6 CA C 0 6 10 98 18 4F
Octal 274 326 312 14 0 6 20 230 30 117
Binary 10111100 11010110 11001010 1100 0 110 10000 10011000 11000 1001111

Color Harmonies of #BCD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6CA

Black with #BCD6CA

Text Example


Text Example

White with #BCD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6CA; }

 p { color: rgb(188,214,202); }

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

background-color css

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

 a { background-color: rgb(188,214,202); }

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

border-color css

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

 span { border-color: rgb(188,214,202); }

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