#BFD7CA

Color #BFD7CA Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BFD7CA

Tints of Jet Stream #BFD7CA

Color information

#BFD7CA (or 0xBFD7CA) is unknown color: approx Jet Stream. HEX triplet: BF, D7 and CA. RGB value is (191,215,202). Sum of RGB (Red+Green+Blue) = 191+215+202=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CA is #402835. Grayscale: #CECECE. Windows color (decimal): -4204598 or 13293503. OLE color: 13293503.

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

Color convert

RGB191215202-
CMYK0.1100.060.16
HSL147.5º23.08%79.61%-
HSV(B)147.5º11.16%84.31%-
XYZ56.4563.9465.24-
YUV206.34125.55117.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=31.41%
G=35.36%
B=33.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912152020.1100.060.16147.523.0879.61
HexBFD7CAB0610931750
Octal27732731213062022327120
Binary101111111101011111001010101101101000010010011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7CA; }

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

 H1.HeaderClassName
 {
   color: #BFD7CA;
 }
 .AnyTagClassName
 {
   color: #BFD7CA;
 }
</style>
background-color css

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

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

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

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

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

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