Html Css Color HEX #BCD7CA Jet Stream

📋 copy color: '#BCD7CA'

red 188 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #BCD7CA

Tints of Jet Stream #BCD7CA

RGB

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

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

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

R = 31.07%
G = 35.54%
B = 33.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BCD7CA (or 0xBCD7CA) is known color: Jet Stream. HEX triplet: BC, D7 and CA. RGB value is (188,215,202). Sum of RGB (Red+Green+Blue) = 188+215+202=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CA is #432835. Grayscale: #CDCDCD. Windows color (decimal): -4401206 or 13293500. OLE color: 13293500.

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

Color convert

RGB 188 215 202 -
CMYK 0.13 0 0.06 0.16
HSL 151.11º 0.25% 0.79% -
HSV(B) 151.11º 0.13% 0.84% -
XYZ 55.7 63.56 65.21 -
YUV 205.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 188 215 202 0.13 0 0.06 0.16 151.11 0.25 0.79
Hex BC D7 CA D 0 6 10 97 19 4F
Octal 274 327 312 15 0 6 20 227 31 117
Binary 10111100 11010111 11001010 1101 0 110 10000 10010111 11001 1001111

Color Harmonies of #BCD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7CA

Black with #BCD7CA

Text Example


Text Example

White with #BCD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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